randomforest

时间:2021-03-28 14:59:40
【文件属性】:

文件名称:randomforest

文件大小:3.63MB

文件格式:ZIP

更新时间:2021-03-28 14:59:40

randomforest

C++实现randomforest,训练阶段,通过决策树的节点分裂来筛选特征,层层对样本进行细分,直至将每个训练样本子集分类正确,测试阶段,直接基于训练出的特征进行样本分类,所以测试速度较快(但训练速度较慢)。


【文件预览】:
randomforest
----randomforest.sln(982B)
----randomforest.v12.suo(17KB)
----randomforest()
--------randomforest.h(1KB)
--------randomforest.vcxproj(4KB)
--------randomforest.vcxproj.filters(1KB)
--------test.txt(8KB)
--------train.txt(8KB)
--------main.cpp(11KB)
--------Debug()
----randomforest.sdf(8.94MB)
----.idea()
--------randomforest.iml(459B)
--------misc.xml(224B)
--------modules.xml(276B)
--------workspace.xml(7KB)
----Debug()
--------randomforest.ilk(1.19MB)
--------randomforest.exe(207KB)
--------randomforest.pdb(1.89MB)

网友评论