Random-Forest

所属分类:聚类算法
开发工具:C++
文件大小:131KB
下载次数:2
上传日期:2018-10-14 16:46:56
上 传 者sh-1993
说明:  随机森林,,
(Random-Forest,,)

文件列表:
CMakeLists.txt (342, 2018-10-15)
bag.cpp (2569, 2018-10-15)
bag.h (1489, 2018-10-15)
dtree.cpp (4057, 2018-10-15)
dtree.h (1459, 2018-10-15)
item.cpp (4455, 2018-10-15)
item.h (1537, 2018-10-15)
main.cpp (1760, 2018-10-15)
randomforest.cpp (6940, 2018-10-15)
randomforest.h (2338, 2018-10-15)
sample_data (0, 2018-10-15)
sample_data\cross200.txt (3400, 2018-10-15)
sample_data\iris.txt (4698, 2018-10-15)
sample_data\optical-digits.txt (567460, 2018-10-15)

# 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 ```bash git clone https://github.com/weisystak/Random-Forest.git cd Random-Forest mkdir build && cd build cmake .. make ./run ```

近期下载者

相关文件


收藏者