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

itk::DecisionRuleBase Class Reference

Base class that allows the setting of usage of differnt decision rules used in classification This class has the pure virtual function, Evaluate(). Therefore, any subclass should implement the function to be instantiated. More...

#include <itkDecisionRuleBase.h>

Inheritance diagram for itk::DecisionRuleBase:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef DecisionRuleBase Self
typedef Object Superclass
typedef SmartPointer< SelfPointer
typedef DecisionRuleBase Self
typedef Object Superclass
typedef SmartPointer< SelfPointer

Public Methods

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

Protected Methods

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

Detailed Description

Base class that allows the setting of usage of differnt decision rules used in classification This class has the pure virtual function, Evaluate(). Therefore, any subclass should implement the function to be instantiated.

Definition at line 35 of file Common/itkDecisionRuleBase.h.


Member Typedef Documentation

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

Reimplemented from itk::Object.

Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule.

Definition at line 41 of file Numerics/Statistics/itkDecisionRuleBase.h.

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

Reimplemented from itk::Object.

Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule.

Definition at line 41 of file Common/itkDecisionRuleBase.h.

typedef DecisionRuleBase itk::DecisionRuleBase::Self
 

Standard class typedefs

Reimplemented from itk::Object.

Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule.

Definition at line 39 of file Numerics/Statistics/itkDecisionRuleBase.h.

typedef DecisionRuleBase itk::DecisionRuleBase::Self
 

Standard class typedefs

Reimplemented from itk::Object.

Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule.

Definition at line 39 of file Common/itkDecisionRuleBase.h.

typedef Object itk::DecisionRuleBase::Superclass
 

Reimplemented from itk::Object.

Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule.

Definition at line 40 of file Numerics/Statistics/itkDecisionRuleBase.h.

typedef Object itk::DecisionRuleBase::Superclass
 

Reimplemented from itk::Object.

Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule.

Definition at line 40 of file Common/itkDecisionRuleBase.h.


Constructor & Destructor Documentation

itk::DecisionRuleBase::DecisionRuleBase   [protected]
 

virtual itk::DecisionRuleBase::~DecisionRuleBase   [protected, virtual]
 

itk::DecisionRuleBase::DecisionRuleBase   [inline, protected]
 

Definition at line 54 of file Numerics/Statistics/itkDecisionRuleBase.h.

virtual itk::DecisionRuleBase::~DecisionRuleBase   [inline, protected, virtual]
 

Definition at line 55 of file Numerics/Statistics/itkDecisionRuleBase.h.


Member Function Documentation

virtual unsigned int itk::DecisionRuleBase::Evaluate std::vector< double > &    discriminantScores [pure 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.

Implemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule.

virtual unsigned int itk::DecisionRuleBase::Evaluate std::vector< double > &    discriminantScores [pure 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.

Implemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule.

virtual const char* itk::DecisionRuleBase::GetClassName   const [virtual]
 

Run-time type information (and related methods)

Reimplemented from itk::Object.

Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule.

virtual const char* itk::DecisionRuleBase::GetClassName   const [virtual]
 

Run-time type information (and related methods)

Reimplemented from itk::Object.

Reimplemented in itk::MaximumDecisionRule, and itk::MinimumDecisionRule.

void itk::DecisionRuleBase::PrintSelf std::ostream &    os,
Indent    indent
const [inline, 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::Object.

Reimplemented in itk::MaximumDecisionRule.

Definition at line 56 of file Numerics/Statistics/itkDecisionRuleBase.h.

References HardConnectedComponentImageFilter::PrintSelf().

void itk::DecisionRuleBase::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::Object.

Reimplemented in itk::MaximumDecisionRule.


The documentation for this class was generated from the following files:
Generated at Fri May 21 01:24:31 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000