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.
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
virtual void PrintSelf(std::ostream &os, Indent indent) const override
LayerType::LayerInterfaceType LayerInterfaceType
virtual ~ErrorBackPropagationLearningWithMomentum()
Superclass::ValueType ValueType
Control indentation during Print() invocation.
The LearningFunctionBase is the base class for all the learning strategies.
ErrorBackPropagationLearningWithMomentum()
virtual void Learn(LayerInterfaceType *layer, ValueType learningrate) override