-
m_ClassIndex
int m_ClassIndex
The index of the class attribute
-
m_NumClasses
int m_NumClasses
The number of classes
-
m_Instances
weka.core.Instances m_Instances
The training data
-
m_counts
double[][][] m_counts
The class counts for each interval of each attribute
-
m_globalCounts
double[] m_globalCounts
The global class counts
-
m_intervalBounds
double[][] m_intervalBounds
The lower bounds for each attribute
-
m_maxEntrop
double m_maxEntrop
The maximum entropy for the class
-
m_weightByConfidence
boolean m_weightByConfidence
Exponentially bias more confident intervals
-
m_bias
double m_bias
Bias towards more confident intervals
-
TINY
double TINY