18 #ifndef itkErrorBackPropagationLearningFunctionBase_h
19 #define itkErrorBackPropagationLearningFunctionBase_h
41 template<
typename LayerType,
typename TTargetVector>
68 virtual void PrintSelf( std::ostream& os,
Indent indent )
const;
75 #ifndef ITK_MANUAL_INSTANTIATION
76 #include "itkErrorBackPropagationLearningFunctionBase.hxx"
Superclass::ValueType ValueType
Light weight base class for most itk classes.
~ErrorBackPropagationLearningFunctionBase()
ErrorBackPropagationLearningFunctionBase()
SmartPointer< Self > Pointer
The ErrorBackPropagationLearningFunctionBase is the base class for all the ErrorBackPropagationLearni...
LayerType::LayerInterfaceType LayerInterfaceType
Control indentation during Print() invocation.
The LearningFunctionBase is the base class for all the learning strategies.
LearningFunctionBase< typename LayerType::LayerInterfaceType, TTargetVector > Superclass
SmartPointer< const Self > ConstPointer
ErrorBackPropagationLearningFunctionBase Self