Skip to content

weisystak/Random-Forest

Repository files navigation

Random Forest

  • Random forest classifier implemented in C++.
  • Attribute Bagging
  • Using data set: the famous Iris data set on UCI Machine Learning Repository.

How to build

git clone https://github.com/weisystak/Random-Forest.git
cd Random-Forest
mkdir build && cd build
cmake ..
make
./run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published