Skip to content

This is an implementation of the CART algorithm written in C++. I make this as my first step into the world of machine learning algorithms

License

Notifications You must be signed in to change notification settings

huichengzhang/Classification-and-Regression-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine_Learning

Algorithms for machine learning

The Machine Learning Repository contains source codes for many popular machine learning algorithms.

  1. CART: (Classification and Regression Tree)
  • Classification tree (Gini Index)
  • Regression tree (Sum of square error)

Run the program

Run the CART

  • Copy dataset from /CART/dataSet_classification into /CART/build/apps/data.txt
  • Run /CART/build/apps/program

About

This is an implementation of the CART algorithm written in C++. I make this as my first step into the world of machine learning algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published