#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 |
Public Member Functions | |
virtual const char * | GetClassName () const |
unsigned int | Evaluate (std::vector< double > &discriminantScores) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
MaximumDecisionRule () | |
virtual | ~MaximumDecisionRule () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 32 of file itkMaximumDecisionRule.h.
|
Reimplemented from itk::DecisionRuleBase. Definition at line 40 of file itkMaximumDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 39 of file itkMaximumDecisionRule.h. |
|
Standard class typedefs Reimplemented from itk::DecisionRuleBase. Definition at line 37 of file itkMaximumDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 38 of file itkMaximumDecisionRule.h. |
|
Definition at line 51 of file itkMaximumDecisionRule.h. |
|
Definition at line 52 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. Implements itk::DecisionRuleBase. Definition at line 56 of file itkMaximumDecisionRule.h. |
|
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.
|