-
m_ClassCounts
double[] m_ClassCounts
The number of each class value occurs in the dataset
-
m_ClassAttAttCounts
double[][][] m_ClassAttAttCounts
The number of class and two attributes values occurs in the dataset
-
m_NumAttValues
int[] m_NumAttValues
The number of values for each attribute in the dataset
-
m_TotalAttValues
int m_TotalAttValues
The number of values for all attributes in the dataset
-
m_NumClasses
int m_NumClasses
The number of classes in the dataset
-
m_NumAttributes
int m_NumAttributes
The number of attributes including class in the dataset
-
m_NumInstances
int m_NumInstances
The number of instances in the dataset
-
m_ClassIndex
int m_ClassIndex
The index of the class attribute in the dataset
-
m_StartAttIndex
int[] m_StartAttIndex
The starting index of each attribute in the dataset
-
m_condiMutualInfo
double[][] m_condiMutualInfo
The 2D array of conditional mutual information of each pair attributes