18 #ifndef __itkDecisionRule_h
19 #define __itkDecisionRule_h
22 #include "vnl/vnl_matrix.h"
Light weight base class for most itk classes.
double MembershipValueType
SmartPointer< Self > Pointer
Base class for decision rules that return a class label based on a set of discriminant scores...
MembershipVectorType::size_type ClassIdentifierType
SmartPointer< const Self > ConstPointer
std::vector< MembershipValueType > MembershipVectorType
void operator=(const Self &)
Base class for most ITK classes.
virtual ClassIdentifierType Evaluate(const MembershipVectorType &discriminantScores) const =0