| Package | Description |
|---|---|
| weka.classifiers.trees |
| Modifier and Type | Method and Description |
|---|---|
double |
Id3.classifyInstance(Instance instance)
Classifies a given test instance using the decision tree.
|
double[] |
Id3.distributionForInstance(Instance instance)
Computes class distribution for instance using decision tree.
|
Copyright © 2021 University of Waikato, Hamilton, NZ. All rights reserved.