#include <itkMinimumDecisionRule.h>
Inheritance diagram for itk::MinimumDecisionRule:
Public Types | |
typedef MinimumDecisionRule | Self |
typedef DecisionRuleBase | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::VectorType | VectorType |
typedef Superclass::ArrayType | ArrayType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual unsigned int | Evaluate (const VectorType &discriminantScores) const |
virtual unsigned int | Evaluate (const ArrayType &discriminantScores) const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
MinimumDecisionRule () | |
virtual | ~MinimumDecisionRule () |
Definition at line 35 of file itkMinimumDecisionRule.h.
|
Reimplemented from itk::DecisionRuleBase. Definition at line 53 of file itkMinimumDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 42 of file itkMinimumDecisionRule.h. |
|
Standard class typedefs Reimplemented from itk::DecisionRuleBase. Definition at line 40 of file itkMinimumDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 41 of file itkMinimumDecisionRule.h. |
|
Types for the arguments that are acceptable in the Evaluate() method Reimplemented from itk::DecisionRuleBase. Definition at line 52 of file itkMinimumDecisionRule.h. |
|
|
|
Definition at line 71 of file itkMinimumDecisionRule.h. |
|
The return value of this function is a class label. Basically, using its internal logic based on the discriminant scores, this function decides best class label and return it. Implements itk::DecisionRuleBase. |
|
The return value of this function is a class label. Basically, using its internal logic based on the discriminant scores, this function decides best class label and return it. Implements itk::DecisionRuleBase. |
|
Run-time type information (and related methods) Reimplemented from itk::DecisionRuleBase. |
|
Standard New() method support Reimplemented from itk::Object. |