[root]/Code/Numerics/NeuralNetworks

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 333 (100.0%) | 14066 (100.0%) | 42.2 |
| raghu | 141 (42.3%) | 8159 (58.0%) | 57.8 |
| hjohnson | 72 (21.6%) | 3211 (22.8%) | 44.5 |
| lorensen | 75 (22.5%) | 2424 (17.2%) | 32.3 |
| ibanez | 24 (7.2%) | 188 (1.3%) | 7.8 |
| jjomier | 14 (4.2%) | 42 (0.3%) | 3.0 |
| karthik | 5 (1.5%) | 34 (0.2%) | 6.8 |
| andy | 1 (0.3%) | 5 (0.0%) | 5.0 |
| barre | 1 (0.3%) | 3 (0.0%) | 3.0 |
ENH: typedef bug in itk::Statistics::TransferFunctionBase. Pointed out by Stephan Schmitt on the Insight-users mailing list.
6 lines of code changed in:
BUG: 9757: Feature Request: Flatten the header directory structure when installing ITK. A CMake option called ITK_USE_FLAT_DIRECTORY has been added. When ON, all the Headers from Insight/Code subdirectories will be copied to a single destination directory. We are still working on flattening the Insight/Utilities tree...
9 lines of code changed in:
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
20 lines of code changed in:
COMP: Replacing "exp" with "vcl_exp" in order to support Sun-CC compiler with -stlport4. Also replacing name of exception variables "exp" with "excp" to avoid human confusion.
3 lines of code changed in:
STYLE: according to kwstyle.
1508 lines of code changed in:
STYLE: according to kwstyle.
702 lines of code changed in:
COMP: missing typename. Simplified by adding a typedef.
5 lines of code changed in:
COMP: Fixing compilation problem in Visual Studio 6.0. 1) Added a typedef in the .h file to avoid a typename in the argument of a function. 2) itkErrorBackPropagationLearningWithMomentum.txx was NOT including the right .h file.
33 lines of code changed in:
COMP: Another attempt at avoiding MS compiler issues.
11 lines of code changed in:
COMP: warnings removed.
3 lines of code changed in:
STYLE: Removed writing to file that was there for debugging, and removed debug printing to std::cout
56 lines of code changed in:
COMP: Attempting to fix VS6 compiler errors. It appears to get confused with const overloaded functions.
8 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).
3111 lines of code changed in:
STYLE: indents, copyrights, etc.
153 lines of code changed in:
COMP: Set/Get Macros for FirstPass and SecondPass should use bool as type.
6 lines of code changed in:
COMP: SetBias() must use const as argument in order to match the signature used later by the itkSetMacro(). Otherwise it fails to compile in VisualStudio 7.1.
3 lines of code changed in:
ENH: Improving const-correctness. Enforcing the use of Get Macros when possible.
75 lines of code changed in:
ENH: Fixing absence of const correct methods and traits.
54 lines of code changed in:
ENH: Convert scripts to the new INSTALL
5 lines of code changed in:
BUG: unitialized memory.
9 lines of code changed in:
(31 more)