#include <itkDecisionRuleBase.h>
Inheritance diagram for itk::DecisionRuleBase:
Public Types | |
typedef DecisionRuleBase | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef DecisionRuleBase | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Methods | |
virtual const char * | GetClassName () const |
virtual unsigned int | Evaluate (std::vector< double > &discriminantScores)=0 |
virtual const char * | GetClassName () const |
virtual unsigned int | Evaluate (std::vector< double > &discriminantScores)=0 |
Protected Methods | |
DecisionRuleBase () | |
virtual | ~DecisionRuleBase () |
void | PrintSelf (std::ostream &os, Indent indent) const |
DecisionRuleBase () | |
virtual | ~DecisionRuleBase () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 35 of file Common/itkDecisionRuleBase.h.
|
Reimplemented from itk::Object. Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule. Definition at line 41 of file Numerics/Statistics/itkDecisionRuleBase.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule. Definition at line 41 of file Common/itkDecisionRuleBase.h. |
|
Standard class typedefs Reimplemented from itk::Object. Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule. Definition at line 39 of file Numerics/Statistics/itkDecisionRuleBase.h. |
|
Standard class typedefs Reimplemented from itk::Object. Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule. Definition at line 39 of file Common/itkDecisionRuleBase.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule. Definition at line 40 of file Numerics/Statistics/itkDecisionRuleBase.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule. Definition at line 40 of file Common/itkDecisionRuleBase.h. |
|
|
|
|
|
Definition at line 54 of file Numerics/Statistics/itkDecisionRuleBase.h. |
|
Definition at line 55 of file Numerics/Statistics/itkDecisionRuleBase.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. Implemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule. |
|
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. Implemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule. |
|
Run-time type information (and related methods) Reimplemented from itk::Object. Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule. |
|
Run-time type information (and related methods) Reimplemented from itk::Object. Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule. |
|
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::Object. Reimplemented in itk::MaximumDecisionRule. Definition at line 56 of file Numerics/Statistics/itkDecisionRuleBase.h. References HardConnectedComponentImageFilter::PrintSelf(). |
|
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::Object. Reimplemented in itk::MaximumDecisionRule. |