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
typedef Superclass::VectorType VectorType
typedef Superclass::ArrayType ArrayType
typedef Superclass::VariableLengthVectorType VariableLengthVectorType

Public Member Functions

virtual const char * GetNameOfClass () const
virtual unsigned int Evaluate (const VectorType &discriminantScores) const
virtual unsigned int Evaluate (const ArrayType &discriminantScores) const
virtual unsigned int Evaluate (const VariableLengthVectorType &discriminantScores) const

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


Member Typedef Documentation

typedef Superclass::ArrayType itk::MaximumDecisionRule::ArrayType
 

Reimplemented from itk::DecisionRuleBase.

Definition at line 49 of file itkMaximumDecisionRule.h.

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

Reimplemented from itk::DecisionRuleBase.

Definition at line 39 of file itkMaximumDecisionRule.h.

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

Reimplemented from itk::DecisionRuleBase.

Definition at line 38 of file itkMaximumDecisionRule.h.

typedef MaximumDecisionRule itk::MaximumDecisionRule::Self
 

Standard class typedefs

Reimplemented from itk::DecisionRuleBase.

Definition at line 36 of file itkMaximumDecisionRule.h.

typedef DecisionRuleBase itk::MaximumDecisionRule::Superclass
 

Reimplemented from itk::DecisionRuleBase.

Definition at line 37 of file itkMaximumDecisionRule.h.

typedef Superclass::VariableLengthVectorType itk::MaximumDecisionRule::VariableLengthVectorType
 

Reimplemented from itk::DecisionRuleBase.

Definition at line 50 of file itkMaximumDecisionRule.h.

typedef Superclass::VectorType itk::MaximumDecisionRule::VectorType
 

Types for the arguments that are acceptable in the Evaluate() method

Reimplemented from itk::DecisionRuleBase.

Definition at line 48 of file itkMaximumDecisionRule.h.


Constructor & Destructor Documentation

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

Definition at line 64 of file itkMaximumDecisionRule.h.

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

Definition at line 65 of file itkMaximumDecisionRule.h.


Member Function Documentation

virtual unsigned int itk::MaximumDecisionRule::Evaluate const VariableLengthVectorType discriminantScores  )  const [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.

virtual unsigned int itk::MaximumDecisionRule::Evaluate const ArrayType discriminantScores  )  const [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.

virtual unsigned int itk::MaximumDecisionRule::Evaluate const VectorType discriminantScores  )  const [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.

virtual const char* itk::MaximumDecisionRule::GetNameOfClass  )  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 Thu May 25 01:43:16 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000