#include <itkErrorBackPropagationLearningWithMomentum.h>
Inheritance diagram for itk::Statistics::ErrorBackPropagationLearningWithMomentum< LayerType, TOutput >:
Public Types | |
typedef ErrorBackPropagationLearningWithMomentum | Self |
typedef LearningFunctionBase< LayerType, TOutput > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ValueType | ValueType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
void | Learn (LayerType *layer, ValueType learningrate) |
void | Learn (LayerType *layer, TOutput errors, ValueType learningrate) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
ErrorBackPropagationLearningWithMomentum () | |
~ErrorBackPropagationLearningWithMomentum () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
ValueType | m_Momentum |
|
Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. Definition at line 46 of file itkErrorBackPropagationLearningWithMomentum.h. |
|
Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. Definition at line 45 of file itkErrorBackPropagationLearningWithMomentum.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. Definition at line 43 of file itkErrorBackPropagationLearningWithMomentum.h. |
|
Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. Definition at line 44 of file itkErrorBackPropagationLearningWithMomentum.h. |
|
Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. Definition at line 54 of file itkErrorBackPropagationLearningWithMomentum.h. |
|
|
|
Definition at line 62 of file itkErrorBackPropagationLearningWithMomentum.h. |
|
Method for creation through the object factory. Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. |
|
Implements itk::Statistics::LearningFunctionBase< LayerType, TOutput >. |
|
Implements itk::Statistics::LearningFunctionBase< LayerType, TOutput >. |
|
Method for creation through the object factory. Reimplemented from itk::LightProcessObject. |
|
Method to print the object. Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. |
|
Definition at line 66 of file itkErrorBackPropagationLearningWithMomentum.h. |