18 #ifndef itkMaximumDecisionRule_h
19 #define itkMaximumDecisionRule_h
22 #include "ITKStatisticsExport.h"
Light weight base class for most itk classes.
Superclass::ClassIdentifierType ClassIdentifierType
Superclass::MembershipValueType MembershipValueType
Base class for decision rules that return a class label based on a set of discriminant scores...
virtual ~MaximumDecisionRule()
Superclass::MembershipVectorType MembershipVectorType
MembershipVectorType::size_type ClassIdentifierType
SmartPointer< Self > Pointer
std::vector< MembershipValueType > MembershipVectorType
SmartPointer< const Self > ConstPointer
A decision rule that returns the class label with the largest discriminant score. ...