18 #ifndef itkBatchSupervisedTrainingFunction_h
19 #define itkBatchSupervisedTrainingFunction_h
33 template<
typename TSample,
typename TTargetVector,
typename ScalarType>
50 typedef typename Superclass::NetworkType
NetworkType;
56 virtual void Train(
NetworkType* net, TSample* samples, TTargetVector* targets) ITK_OVERRIDE;
58 itkSetMacro(Threshold, ScalarType);
66 virtual void PrintSelf( std::ostream& os,
Indent indent )
const ITK_OVERRIDE;
75 #ifndef ITK_MANUAL_INSTANTIATION
76 #include "itkBatchSupervisedTrainingFunction.hxx"
Light weight base class for most itk classes.
Superclass::InternalVectorType InternalVectorType
virtual ~BatchSupervisedTrainingFunction() override
unsigned long SizeValueType
SmartPointer< Self > Pointer
BatchSupervisedTrainingFunction Self
This is the itkBatchSupervisedTrainingFunction class.
SmartPointer< const Self > ConstPointer
Superclass::NetworkType NetworkType
TrainingFunctionBase< TSample, TTargetVector, ScalarType > Superclass
This is the itkTrainingFunctionBase class.
Control indentation during Print() invocation.