#include <itkLearningFunctionBase.h>
Inheritance diagram for itk::Statistics::LearningFunctionBase< LayerType, TOutput >:
Public Types | |
typedef LearningFunctionBase | Self |
typedef LightProcessObject | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef LayerType::ValueType | ValueType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | Learn (LayerType *layer, ValueType)=0 |
virtual void | Learn (LayerType *layer, TOutput error, ValueType)=0 |
Protected Member Functions | |
LearningFunctionBase () | |
~LearningFunctionBase () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
|
|
|
Standard class typedefs. Reimplemented from itk::LightProcessObject. Reimplemented in itk::Statistics::ErrorBackPropagationLearningFunctionBase< LayerType, TOutput >, itk::Statistics::ErrorBackPropagationLearningWithMomentum< LayerType, TOutput >, itk::Statistics::QuickPropLearningRule< LayerType, TOutput >, and itk::Statistics::RBFBackPropagationLearningFunction< LayerType, TOutput >. Definition at line 38 of file itkLearningFunctionBase.h. |
|
|
|
Definition at line 53 of file itkLearningFunctionBase.h. |
|
Definition at line 54 of file itkLearningFunctionBase.h. |
|
Method for creation through the object factory. Reimplemented from itk::LightProcessObject. Reimplemented in itk::Statistics::ErrorBackPropagationLearningFunctionBase< LayerType, TOutput >, itk::Statistics::ErrorBackPropagationLearningWithMomentum< LayerType, TOutput >, itk::Statistics::QuickPropLearningRule< LayerType, TOutput >, and itk::Statistics::RBFBackPropagationLearningFunction< LayerType, TOutput >. |
|
|
|
Method to print the object. Reimplemented from itk::LightProcessObject. Reimplemented in itk::Statistics::ErrorBackPropagationLearningFunctionBase< LayerType, TOutput >, itk::Statistics::ErrorBackPropagationLearningWithMomentum< LayerType, TOutput >, itk::Statistics::QuickPropLearningRule< LayerType, TOutput >, and itk::Statistics::RBFBackPropagationLearningFunction< LayerType, TOutput >. Definition at line 57 of file itkLearningFunctionBase.h. |