DecisionTree

A very simple implementation of decision trees for discrete attributes.

http://page.mi.fu-berlin.de/~aneumann/decisiontree.html

Latest on Hackage:0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-LGPL licensed by Adrian Neumann
Maintained by [email protected]

A very simple implementation of decision trees, built with ID3. You can use it to classify data with a set of discrete attributes.