Skip to content

tsjshg/rf-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


g++ -DNDEBUG -O2 -I /opt/local/include/boost/ -o RF /opt/local/lib/libboost_program_options-xgcc40-mt.a /opt/local/lib/libboost_serialization-xgcc40-mt.a random_forests.cpp

$ RF -d [data file] -c [class file] -a [feature restriction list (if any)] -p [output prefile] -o [object file(any)] -t [the number of tree]
$ python pp.py [output prefix]_data.txt
produces [output prefix]_data_table.txt

About

C++ implementation of Random Forests algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published