To compile, you will need a curent installation of Haskell Platform, which can be obtained from here: https://www.haskell.org/platform/
Then, you can build this project by entering the following commands:
# cabal sandbox init
# cabal install
The resulting executable will be palced at
.cabal-sandbox/bin/decision-tree-classifier
.
After you build decision-tree-classifier
, you can run it as follows,
from the root of the source directory. To perform a k-fold validation,
run the following commmand.
# .cabal-sandbox/bin/decision-tree-classifier -validate
To output the internal representation of the graph in DOT (GraphViz) format, use the following command:
# .cabal-sandbox/bin/decision-tree-classifier -show