if
for all
, where the
is the index of a class which has membership function
and its prior value (usually, the a priori probability or the size of a class) is
.
More...
#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 |
Public Methods | |
| virtual const char * | GetClassName () const |
| unsigned int | Evaluate (std::vector< double > &discriminantScores) |
| void | SetAPriori (APrioriVectorType &values) |
Static Public Methods | |
| Pointer | New () |
Protected Methods | |
| MaximumRatioDecisionRule () | |
| virtual | ~MaximumRatioDecisionRule () |
if
for all
, where the
is the index of a class which has membership function
and its prior value (usually, the a priori probability or the size of a class) is
.
Users should set the a priori values before calling the Evaluate method.
Definition at line 43 of file itkMaximumRatioDecisionRule.h.
|
|
Definition at line 58 of file itkMaximumRatioDecisionRule.h. |
|
|
Definition at line 59 of file itkMaximumRatioDecisionRule.h. |
|
|
Reimplemented from itk::DecisionRuleBase. Definition at line 50 of file itkMaximumRatioDecisionRule.h. |
|
|
Standard class typedefs Reimplemented from itk::DecisionRuleBase. Definition at line 48 of file itkMaximumRatioDecisionRule.h. |
|
|
Reimplemented from itk::DecisionRuleBase. Definition at line 49 of file itkMaximumRatioDecisionRule.h. |
|
|
|
|
|
Definition at line 68 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. Definition at line 79 of file itkMaximumRatioDecisionRule.h. |
|
|
Run-time type information (and related methods) Reimplemented from itk::DecisionRuleBase. |
|
|
Standard New() method support Reimplemented from itk::Object. |
|
|
Sets the a priori probabilities |
1.2.15 written by Dimitri van Heesch,
© 1997-2000