#include <itkIterativeSupervisedTrainingFunction.h>
Inheritance diagram for itk::Statistics::IterativeSupervisedTrainingFunction< TSample, TOutput, ScalarType >:
Public Types | |
typedef IterativeSupervisedTrainingFunction | Self |
typedef TrainingFunctionBase< TSample, TOutput, ScalarType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::NetworkType | NetworkType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
void | SetNumOfIterations (long i) |
void | Train (NetworkType *net, TSample *samples, TOutput *targets) |
virtual void | SetThreshold (ScalarType _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
IterativeSupervisedTrainingFunction () | |
~IterativeSupervisedTrainingFunction () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
ScalarType | m_Threshold |
bool | m_Stop |
|
Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. Definition at line 37 of file itkIterativeSupervisedTrainingFunction.h. |
|
Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. Definition at line 45 of file itkIterativeSupervisedTrainingFunction.h. |
|
Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. Definition at line 36 of file itkIterativeSupervisedTrainingFunction.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. Definition at line 34 of file itkIterativeSupervisedTrainingFunction.h. |
|
Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. Definition at line 35 of file itkIterativeSupervisedTrainingFunction.h. |
|
|
|
Definition at line 56 of file itkIterativeSupervisedTrainingFunction.h. |
|
Method for creation through the object factory. Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. |
|
Method for creation through the object factory. Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. |
|
Method to print the object. Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. |
|
|
|
|
|
Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. |
|
Definition at line 62 of file itkIterativeSupervisedTrainingFunction.h. |
|
Definition at line 61 of file itkIterativeSupervisedTrainingFunction.h. |