Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::MaximumDecisionRule Class Reference

A Decision rule that choose the class of which discriminant score is the largest. More...

#include <itkMaximumDecisionRule.h>

Inheritance diagram for itk::MaximumDecisionRule:

Inheritance graph
[legend]
Collaboration diagram for itk::MaximumDecisionRule:

Collaboration graph
[legend]
List of all members.

Public Types

typedef MaximumDecisionRule Self
typedef DecisionRuleBase Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual const char * GetClassName () const
unsigned int Evaluate (std::vector< double > &discriminantScores)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 MaximumDecisionRule ()
virtual ~MaximumDecisionRule ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

A Decision rule that choose the class of which discriminant score is the largest.

Definition at line 32 of file itkMaximumDecisionRule.h.


Member Typedef Documentation

typedef SmartPointer<const Self> itk::MaximumDecisionRule::ConstPointer
 

Reimplemented from itk::DecisionRuleBase.

Definition at line 40 of file itkMaximumDecisionRule.h.

typedef SmartPointer<Self> itk::MaximumDecisionRule::Pointer
 

Reimplemented from itk::DecisionRuleBase.

Definition at line 39 of file itkMaximumDecisionRule.h.

typedef MaximumDecisionRule itk::MaximumDecisionRule::Self
 

Standard class typedefs

Reimplemented from itk::DecisionRuleBase.

Definition at line 37 of file itkMaximumDecisionRule.h.

typedef DecisionRuleBase itk::MaximumDecisionRule::Superclass
 

Reimplemented from itk::DecisionRuleBase.

Definition at line 38 of file itkMaximumDecisionRule.h.


Constructor & Destructor Documentation

itk::MaximumDecisionRule::MaximumDecisionRule  )  [inline, protected]
 

Definition at line 51 of file itkMaximumDecisionRule.h.

virtual itk::MaximumDecisionRule::~MaximumDecisionRule  )  [inline, protected, virtual]
 

Definition at line 52 of file itkMaximumDecisionRule.h.


Member Function Documentation

unsigned int itk::MaximumDecisionRule::Evaluate std::vector< double > &  discriminantScores  )  [inline, virtual]
 

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 56 of file itkMaximumDecisionRule.h.

virtual const char* itk::MaximumDecisionRule::GetClassName  )  const [virtual]
 

Run-time type information (and related methods)

Reimplemented from itk::DecisionRuleBase.

Pointer itk::MaximumDecisionRule::New  )  [static]
 

Standard New() method support

Reimplemented from itk::Object.

void itk::MaximumDecisionRule::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

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.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:10:10 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000