#include "C45Tree.hh"
Go to the source code of this file.
Implements the C4.5 decision tree class. This is an implementation of C4.5 decision trees described in: J. R. Quinlan, "Induction of decision trees," Machine Learning, vol 1. pp 81-106, 1986.
Definition in file C45Tree.cc.