18 #ifndef __itkErrorBackPropagationLearningWithMomentum_h
19 #define __itkErrorBackPropagationLearningWithMomentum_h
41 template<
typename LayerType,
typename TTargetVector>
75 #ifndef ITK_MANUAL_INSTANTIATION
76 #include "itkErrorBackPropagationLearningWithMomentum.hxx"
SmartPointer< Self > Pointer
Light weight base class for most itk classes.
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
virtual void Learn(LayerInterfaceType *layer, ValueType learningrate)
virtual ~ErrorBackPropagationLearningWithMomentum()
virtual void PrintSelf(std::ostream &os, Indent indent) const
Superclass::ValueType ValueType
Control indentation during Print() invocation.
The LearningFunctionBase is the base class for all the learning strategies.
ErrorBackPropagationLearningWithMomentum()