18 #ifndef __itkQuickPropLearningRule_h
19 #define __itkQuickPropLearningRule_h
42 template<
class LayerType,
class TTargetVector>
60 virtual void Learn(LayerType* layer, TTargetVector errors,
ValueType learningrate);
62 itkSetMacro(Max_Growth_Factor,
ValueType);
63 itkGetConstReferenceMacro(Max_Growth_Factor,
ValueType);
66 itkGetConstReferenceMacro(Decay,
ValueType);
87 #ifndef ITK_MANUAL_INSTANTIATION
88 #include "itkQuickPropLearningRule.hxx"