#include <itkMaximumDecisionRule.h>
Inheritance diagram for itk::MaximumDecisionRule:
Public Types | |
typedef MaximumDecisionRule | Self |
typedef DecisionRuleBase | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::VectorType | VectorType |
typedef Superclass::ArrayType | ArrayType |
typedef Superclass::VariableLengthVectorType | VariableLengthVectorType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual unsigned int | Evaluate (const VectorType &discriminantScores) const |
virtual unsigned int | Evaluate (const ArrayType &discriminantScores) const |
virtual unsigned int | Evaluate (const VariableLengthVectorType &discriminantScores) const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
MaximumDecisionRule () | |
virtual | ~MaximumDecisionRule () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 31 of file itkMaximumDecisionRule.h.
|
Reimplemented from itk::DecisionRuleBase. Definition at line 49 of file itkMaximumDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 39 of file itkMaximumDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 38 of file itkMaximumDecisionRule.h. |
|
Standard class typedefs Reimplemented from itk::DecisionRuleBase. Definition at line 36 of file itkMaximumDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 37 of file itkMaximumDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 50 of file itkMaximumDecisionRule.h. |
|
Types for the arguments that are acceptable in the Evaluate() method Reimplemented from itk::DecisionRuleBase. Definition at line 48 of file itkMaximumDecisionRule.h. |
|
Definition at line 64 of file itkMaximumDecisionRule.h. |
|
Definition at line 65 of file itkMaximumDecisionRule.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. |
|
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. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::DecisionRuleBase. |