#include <itkMaximumDecisionRule.h>
Inheritance diagram for itk::MaximumDecisionRule:
Public Types | |
typedef MaximumDecisionRule | Self |
typedef DecisionRuleBase | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Methods | |
virtual const char * | GetClassName () const |
unsigned int | Evaluate (std::vector< double > &discriminantScores) |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
MaximumDecisionRule () | |
virtual | ~MaximumDecisionRule () |
void | PrintSelf (std::ostream &os, Indent indent) const |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 36 of file itkMaximumDecisionRule.h. |
|
Standard class typedefs Reimplemented from itk::DecisionRuleBase. Definition at line 34 of file itkMaximumDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 35 of file itkMaximumDecisionRule.h. |
|
Definition at line 47 of file itkMaximumDecisionRule.h. |
|
Definition at line 48 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 52 of file itkMaximumDecisionRule.h. References max. |
|
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. |