Algorithms for machine learning
The Machine Learning Repository contains source codes for many popular machine learning algorithms.
- CART: (Classification and Regression Tree)
- Classification tree (Gini Index)
- Regression tree (Sum of square error)
- Copy dataset from /CART/dataSet_classification into /CART/build/apps/data.txt
- Run /CART/build/apps/program