package oc45

  1. Overview
  2. No Docs
Pure OCaml implementation of the C4.5 algorithm.

Install

Authors

Maintainers

Sources

v1.0.0.tar.gz
md5=3ad2e5cd1c54c2a581cdba3920ac9ca5

Description

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.

Published: 14 Feb 2018

Dependencies (2)

  1. jbuilder >= "1.0+beta7"
  2. ocaml

Dev Dependencies

None

Used by (1)

  1. orandforest

Conflicts

None