oc45version
Pure OCaml implementation of the C4.5 algorithm.
This algorithm is used to generate a decision tree from a dataset and a criteria set, and is usually found in machine learning. The algorithm description can be found in eg. "Efficient C4.5" by S. Ruggieri in IEEE transactions on knowledge and data engineering, vol. 14, no. 2, march/april 2002.
Author | Théophile Bastian <contact@tobast.fr> and Noémie Fong |
---|---|
License | LGPL-2.0-or-later |
Published | |
Homepage | https://github.com/tobast/OC4.5 |
Issue Tracker | https://github.com/tobast/OC4.5/issues |
Maintainer | contact@tobast.fr |
Dependencies | |
Source [http] | https://github.com/tobast/OC4.5/archive/v1.0.0.tar.gz sha256=0be4360749d03cba90f2921f092437c75742a4903a7d28e19481b1f9f67c8e8e md5=3ad2e5cd1c54c2a581cdba3920ac9ca5 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/oc45/oc45.1.0.0/opam |
Required by