#include <itkBatchSupervisedTrainingFunction.h>
Inheritance diagram for itk::Statistics::BatchSupervisedTrainingFunction< TSample, TOutput, ScalarType >:
Public Types | |
typedef BatchSupervisedTrainingFunction | 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 | |
BatchSupervisedTrainingFunction () | |
~BatchSupervisedTrainingFunction () | |
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 35 of file itkBatchSupervisedTrainingFunction.h. |
|
Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. Definition at line 43 of file itkBatchSupervisedTrainingFunction.h. |
|
Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. Definition at line 34 of file itkBatchSupervisedTrainingFunction.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. Definition at line 32 of file itkBatchSupervisedTrainingFunction.h. |
|
Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. Definition at line 33 of file itkBatchSupervisedTrainingFunction.h. |
|
|
|
Definition at line 55 of file itkBatchSupervisedTrainingFunction.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 >. |
|
Set the number of iterations |
|
|
|
Reimplemented from itk::Statistics::TrainingFunctionBase< TSample, TOutput, ScalarType >. |
|
Definition at line 61 of file itkBatchSupervisedTrainingFunction.h. |
|
Definition at line 60 of file itkBatchSupervisedTrainingFunction.h. |