#include <itkMaxDecisionRule.h>
Inheritance diagram for itk::Statistics::MaxDecisionRule:
Public Types | |
typedef MaxDecisionRule | Self |
typedef Object | 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 | |
MaxDecisionRule () | |
virtual | ~MaxDecisionRule () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 31 of file itkMaxDecisionRule.h.
|
Reimplemented from itk::Object. Definition at line 38 of file itkMaxDecisionRule.h. |
|
Standard class typedefs Reimplemented from itk::Object. Definition at line 36 of file itkMaxDecisionRule.h. |
|
Reimplemented from itk::Object. Definition at line 37 of file itkMaxDecisionRule.h. |
|
Definition at line 49 of file itkMaxDecisionRule.h. |
|
Definition at line 50 of file itkMaxDecisionRule.h. |
|
|
|
Run-time type information (and related methods) Reimplemented from itk::Object. |
|
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::Object. |