ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::Statistics::MinimumDecisionRule Class Reference

#include <itkMinimumDecisionRule.h>

Detailed Description

A decision rule that returns the class label with the smallest discriminant score.

MinimumDecisionRule returns the class label with the smallest discriminant score.

Examples
Examples/Segmentation/GibbsPriorImageFilter1.cxx, Examples/Statistics/KdTreeBasedKMeansClustering.cxx, Examples/Statistics/MinimumDecisionRule.cxx, and Examples/Statistics/ScalarImageMarkovRandomField1.cxx.

Definition at line 38 of file itkMinimumDecisionRule.h.

+ Inheritance diagram for itk::Statistics::MinimumDecisionRule:
+ Collaboration diagram for itk::Statistics::MinimumDecisionRule:

Public Types

using ClassIdentifierType = Superclass::ClassIdentifierType
 
using ConstPointer = SmartPointer<const Self>
 
using MembershipValueType = Superclass::MembershipValueType
 
using MembershipVectorType = Superclass::MembershipVectorType
 
using Pointer = SmartPointer<Self>
 
using Self = MinimumDecisionRule
 
using Superclass = DecisionRule
 
- Public Types inherited from itk::Statistics::DecisionRule
using ClassIdentifierType = MembershipVectorType::size_type
 
using ConstPointer = SmartPointer<const Self>
 
using MembershipValueType = double
 
using MembershipVectorType = std::vector<MembershipValueType>
 
using Pointer = SmartPointer<Self>
 
using Self = DecisionRule
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer<const Self>
 
using Pointer = SmartPointer<Self>
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer<const Self>
 
using Pointer = SmartPointer<Self>
 
using Self = LightObject
 

Public Member Functions

virtual::itk::LightObject::Pointer CreateAnother () const
 
ClassIdentifierType Evaluate (const MembershipVectorType &discriminantScores) const override
 
const char * GetNameOfClass () const override
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *cmd) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
const char * GetNameOfClass () const override
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag) const
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

 MinimumDecisionRule ()=default
 
 ~MinimumDecisionRule () override=default
 
- Protected Member Functions inherited from itk::Statistics::DecisionRule
 DecisionRule ()
 
 ~DecisionRule () override
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Additional Inherited Members

- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ClassIdentifierType

◆ ConstPointer

◆ MembershipValueType

Types for discriminant values and vectors.

Definition at line 54 of file itkMinimumDecisionRule.h.

◆ MembershipVectorType

◆ Pointer

◆ Self

Standard class type aliases

Definition at line 42 of file itkMinimumDecisionRule.h.

◆ Superclass

Constructor & Destructor Documentation

◆ MinimumDecisionRule()

itk::Statistics::MinimumDecisionRule::MinimumDecisionRule ( )
protecteddefault

Referenced by GetNameOfClass().

◆ ~MinimumDecisionRule()

itk::Statistics::MinimumDecisionRule::~MinimumDecisionRule ( )
overrideprotecteddefault

Member Function Documentation

◆ CreateAnother()

virtual::itk::LightObject::Pointer itk::Statistics::MinimumDecisionRule::CreateAnother ( ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::LightObject.

◆ Evaluate()

ClassIdentifierType itk::Statistics::MinimumDecisionRule::Evaluate ( const MembershipVectorType & discriminantScores) const
overridevirtual

Evaluate the decision rule, returning the class label associated with the smallest discriminant score.

Implements itk::Statistics::DecisionRule.

◆ GetNameOfClass()

const char * itk::Statistics::MinimumDecisionRule::GetNameOfClass ( ) const
overridevirtual

◆ New()

static Pointer itk::Statistics::MinimumDecisionRule::New ( )
static

Standard New() method support


The documentation for this class was generated from the following file: