18 #ifndef __itkRBFBackPropagationLearningFunction_h
19 #define __itkRBFBackPropagationLearningFunction_h
35 template<
class LayerType,
class TTargetVector>
55 virtual void Learn(LayerType* layer, TTargetVector error,
ValueType learningrate);
84 #ifndef ITK_MANUAL_INSTANTIATION
85 #include "itkRBFBackPropagationLearningFunction.hxx"