-
Notifications
You must be signed in to change notification settings - Fork 0
tsjshg/rf-cpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published