ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuickPropLearningRule.h>
The QuickPropLearningRule is the base class for all the ErrorBackPropagationLearning strategies.
ErrorBackPropagationLearning strategies include error back propagation, bp+momentum, conjugte gradient descent, and quick prop.
This class specifies how the errors are backpropagated for a layer. They take a LayerBase object as input and compute the input for the layers input weightset.
Definition at line 43 of file itkQuickPropLearningRule.h.
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const ValueType & | GetDecay () |
virtual const ValueType & | GetMax_Growth_Factor () |
virtual const char * | GetNameOfClass () const |
virtual void | Learn (LayerType *layer, ValueType learningrate) |
virtual void | Learn (LayerType *layer, TTargetVector errors, ValueType learningrate) |
virtual void | SetDecay (ValueType _arg) |
virtual void | SetMax_Growth_Factor (ValueType _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
QuickPropLearningRule () | |
virtual | ~QuickPropLearningRule () |
Protected Member Functions inherited from itk::Statistics::LearningFunctionBase< LayerType, TTargetVector > | |
LearningFunctionBase () | |
~LearningFunctionBase () | |
Protected Member Functions inherited from itk::LightProcessObject | |
virtual void | GenerateData () |
LightProcessObject () | |
~LightProcessObject () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
ValueType | m_Decay |
ValueType | m_Epsilon |
ValueType | m_Max_Growth_Factor |
ValueType | m_Momentum |
ValueType | m_SigmoidPrimeOffset |
ValueType | m_SplitEpsilon |
ValueType | m_Threshold |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer<const Self> itk::Statistics::QuickPropLearningRule< LayerType, TTargetVector >::ConstPointer |
Definition at line 50 of file itkQuickPropLearningRule.h.
typedef SmartPointer<Self> itk::Statistics::QuickPropLearningRule< LayerType, TTargetVector >::Pointer |
Definition at line 49 of file itkQuickPropLearningRule.h.
typedef QuickPropLearningRule itk::Statistics::QuickPropLearningRule< LayerType, TTargetVector >::Self |
Definition at line 47 of file itkQuickPropLearningRule.h.
typedef LearningFunctionBase<LayerType, TTargetVector> itk::Statistics::QuickPropLearningRule< LayerType, TTargetVector >::Superclass |
Definition at line 48 of file itkQuickPropLearningRule.h.
typedef Superclass::ValueType itk::Statistics::QuickPropLearningRule< LayerType, TTargetVector >::ValueType |
Definition at line 56 of file itkQuickPropLearningRule.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 70 of file itkQuickPropLearningRule.h.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightProcessObject.
|
virtual |
|
virtual |
|
virtual |
Method for creation through the object factory.
Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TTargetVector >.
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
|
protectedvirtual |
Method to print the object.
Reimplemented from itk::Statistics::LearningFunctionBase< LayerType, TTargetVector >.
|
virtual |
|
virtual |
|
protected |
Definition at line 74 of file itkQuickPropLearningRule.h.
|
protected |
Definition at line 76 of file itkQuickPropLearningRule.h.
|
protected |
Definition at line 73 of file itkQuickPropLearningRule.h.
|
protected |
Definition at line 70 of file itkQuickPropLearningRule.h.
|
protected |
Definition at line 77 of file itkQuickPropLearningRule.h.
|
protected |
Definition at line 78 of file itkQuickPropLearningRule.h.
|
protected |
Definition at line 75 of file itkQuickPropLearningRule.h.