#include <itkQuickPropLearningRule.h>
Inheritance diagram for itk::Statistics::QuickPropLearningRule< LayerType, TOutput >:
Public Types | |
typedef QuickPropLearningRule | 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) |
virtual void | SetMax_Growth_Factor (ValueType _arg) |
virtual const ValueType & | GetMax_Growth_Factor () |
virtual void | SetDecay (ValueType _arg) |
virtual const ValueType & | GetDecay () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
QuickPropLearningRule () | |
~QuickPropLearningRule () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
ValueType | m_Momentum |
ValueType | m_Max_Growth_Factor |
ValueType | m_Decay |
ValueType | m_Threshold |
ValueType | m_Epsilon |
ValueType | m_SigmoidPrimeOffset |
ValueType | m_SplitEpsilon |
|
Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. Definition at line 45 of file itkQuickPropLearningRule.h. |
|
Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. Definition at line 44 of file itkQuickPropLearningRule.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. Definition at line 42 of file itkQuickPropLearningRule.h. |
|
Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. Definition at line 43 of file itkQuickPropLearningRule.h. |
|
Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TOutput >. Definition at line 53 of file itkQuickPropLearningRule.h. |
|
|
|
Definition at line 66 of file itkQuickPropLearningRule.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 70 of file itkQuickPropLearningRule.h. |
|
Definition at line 72 of file itkQuickPropLearningRule.h. |
|
Definition at line 69 of file itkQuickPropLearningRule.h. |
|
Definition at line 68 of file itkQuickPropLearningRule.h. |
|
Definition at line 73 of file itkQuickPropLearningRule.h. |
|
Definition at line 74 of file itkQuickPropLearningRule.h. |
|
Definition at line 71 of file itkQuickPropLearningRule.h. |