-
Returns the distribution of class values induced by the model.
Subtracts the given distribution from this one.
final double
Computes entropy of distribution after splitting.
final double
Computes entropy of distribution before splitting.
void
Sets the distribution associated with model.
final double
Computes entropy for given distribution.
final double
Computes entropy of test distribution with respect to training distribution.
final double
This method is a straightforward implementation of the gain ratio criterion
for the given distribution.
final double
This method computes the gain ratio in the same way C4.5 does.
final double
This method is a straightforward implementation of the information gain
criterion for the given distribution.
final double
This method computes the information gain in the same way C4.5 does.
final double
This method computes the information gain in the same way C4.5 does.
double
Computes result of splitting criterion for given distribution.
double
Computes result of splitting criterion for given training and
test distributions.
double
Computes result of splitting criterion for given training and
test distributions and given number of classes.
double
Computes result of splitting criterion for given training and
test distributions and given default distribution.
final double
Computes entropy after splitting without considering the
class values.
Subtracts the given distribution from this one.
Creates distribution with only one bag by merging all bags of given
distribution.
Creates distribution with two bags by merging all bags apart of the
indicated one.
Creates "no-split"-split for given distribution.