#include <itkMaximumRatioDecisionRule.h>
Inheritance diagram for itk::MaximumRatioDecisionRule:
Public Types | |
typedef MaximumRatioDecisionRule | Self |
typedef DecisionRuleBase | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef float | APrioriValueType |
typedef std::vector< APrioriValueType > | APrioriVectorType |
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 |
void | SetAPriori (APrioriVectorType &values) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
MaximumRatioDecisionRule () | |
virtual | ~MaximumRatioDecisionRule () |
Users should set the a priori values before calling the Evaluate method.
Definition at line 44 of file itkMaximumRatioDecisionRule.h.
|
Definition at line 59 of file itkMaximumRatioDecisionRule.h. |
|
Definition at line 60 of file itkMaximumRatioDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 65 of file itkMaximumRatioDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 51 of file itkMaximumRatioDecisionRule.h. |
|
Standard class typedefs Reimplemented from itk::DecisionRuleBase. Definition at line 49 of file itkMaximumRatioDecisionRule.h. |
|
Reimplemented from itk::DecisionRuleBase. Definition at line 50 of file itkMaximumRatioDecisionRule.h. |
|
Types for the arguments that are acceptable in the Evaluate() method Reimplemented from itk::DecisionRuleBase. Definition at line 64 of file itkMaximumRatioDecisionRule.h. |
|
|
|
Definition at line 86 of file itkMaximumRatioDecisionRule.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. |
|
Sets the a priori probabilities |