A C D G I M P R S

C

commentStart - Static variable in class InstanceSet
The character used to start comments in .arff files.
computeErrorRate(InstanceSet) - Method in class DecisionTree
Compute the error rate of the decision tree on the given test set.
computeProbabilitiesFromFrequencies() - Method in class Distribution
Take the observed frequencies and create normalized probabilities from them, which can later be obtained using getProbabilities().
constructDecisionTree(InstanceSet, ArrayList<Attribute>, InstanceSet, String, int) - Static method in class DecisionTree
Construct a decision tree according to the recursive algorithm given in figure 18.5 of Russell and Norvig (third edition).

A C D G I M P R S