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