[root]/Testing/Code/Numerics/NeuralNetworks

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 72 (100.0%) | 2247 (100.0%) | 31.2 |
| raghu | 24 (33.3%) | 1752 (78.0%) | 73.0 |
| hjohnson | 8 (11.1%) | 209 (9.3%) | 26.1 |
| lorensen | 8 (11.1%) | 77 (3.4%) | 9.6 |
| karthik | 5 (6.9%) | 64 (2.8%) | 12.8 |
| jjomier | 11 (15.3%) | 63 (2.8%) | 5.7 |
| ibanez | 14 (19.4%) | 61 (2.7%) | 4.3 |
| mcoursolle | 2 (2.8%) | 21 (0.9%) | 10.5 |
ENH: Upgrade the statistics framework. Changes include 1. Making it pipeline oriented, dataobjects, process objects etc 2. consistent naming, replace calculators with filters. Details at http://www.itk.org/Wiki/Proposals:Refactoring_Statistics_Framework_2007
14 lines of code changed in:
COMP: Replacing "fabs" with "vcl_fabs" in order to support compilation with Sun-CC and -stlport4.
23 lines of code changed in:
COMP: Fixing the signature of main() as indicated by gcc 4.3
2 lines of code changed in:
BUG: INCLUDE_DIRECTORIES() Should only be used at the top CMakeLists.txt file in order to ensure the order of inclusion.
1 lines of code changed in:
COMP: Excluding WIN32 from platforms where the TRY_COMPILE for Objective-C is performed. Visual Studio was returning TRUE even though there is no Objective-C compiler available. Also adding _WORKS at the end of the CMake variable CMAKE_OBJCXX_COMPILER to avoid confusion between the boolean and the path to the compiler
2 lines of code changed in:
COMP: [5255] Add TRY_COMPILE directive and tests to make sure no conflicting id is use in headers.
7 lines of code changed in:
COMP: [5255] Add TRY_COMPILE directive and tests to make sure no conflicting id is use in headers.
14 lines of code changed in:
BUG: possible undefined variable.
3 lines of code changed in:
BUG: NetworkIO mechanism was not working because the networks derived from MultilayerNetwork type were not constructed with all the necesary layer or weight id's. STYLE: Reworked the internal typedefs to follow ITK standards, consistently name and expose those types at all layers of the class heirarchy, distinguish between typedefs refering to a subclasses interface and it's concrete type, and never traverse the class heirarchy more than one level to get the necessary typedefs. STYLE: Re-organized the derived network types so that they are consistent, documented the required ordering proceedure to create a valid network, and added itkExceptionMacro statements to provide more meaningful comments when a network is not properly constructed before attempting to initialize. STYLE: Consolidated duplicate ivars in MultilayerNetwork (i.e. when an ivar is a std::vector, prefer to use std::vector::size() rather than a separate ivar that must be the size of the vector).
209 lines of code changed in:
STYLE: wrapping some long lines.
6 lines of code changed in:
ENH: Fixing copyright notices.: CADDLab --> Insight Software Consortium.
27 lines of code changed in:
ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array
126 lines of code changed in:
COMP: avoid Borland linker errors.
58 lines of code changed in:
COMP: try to force cmake to regenrate dependencies.
2 lines of code changed in:
COMP: ITK_LEAN_AND_MEAN defined to prevent overflow by some compilers.
5 lines of code changed in:
COMP: some compilers run out of memory woithout the ITK_LEAN_AND_MEAN defined.
4 lines of code changed in:
COMP: some compilers need ITK_LEAN_AND_MEAN to avoid memory overflow.
5 lines of code changed in:
BUG: NNETclassifiertest2 constraints relaxed
13 lines of code changed in:
BUG: NeuralNetworksTest2 not included.. in lists of tests.
4 lines of code changed in:
COMP: Move tests around to avoid Borland LME518 error when building with Static libs
46 lines of code changed in:
(6 more)