ID3 (Iterative Dichotomiser 3)
Class Prediction
Classification process in ID3 where a new sample traverses the tree from the root to a leaf, with the predicted class being the one associated with the reached leaf node according to the successive attribute tests.
← Zurück