Computes the entropy of an matrix
Computes the entropy of an matrix
the matrix as an Array of Array
the entropy
Returns the entropy of a distribution
Returns the entropy of a distribution
an Array containing the distribution
the entropy
Computes the merit of splitting for a given distribution before and after the split.
Computes the merit of splitting for a given distribution before and after the split.
the class distribution before the split
the class distribution after the split
value of the merit of splitting
Returns number of subsets which have values greater than minFrac
Returns number of subsets which have values greater than minFrac
he matrix as an Array of Array
the min threshold
number of subsets
Computes the range of splitting merit
Computes the range of splitting merit
the class distribution before the split
value of the range of splitting merit
Class for computing splitting criteria using information gain with respect to distributions of class values.