Changes between Version 4 and Version 5 of DatabaseBasedAnalysis/RandomForest
- Timestamp:
- 08/15/18 17:40:47 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/RandomForest
v4 v5 1 == Random Forest == 2 3 I am using '''Ranger''' a fast implementation of the random forest machine learning algorithm. The source code can be grabbed from here: https://github.com/imbs-hl/ranger or cloned from GitHub via 4 {{{ 5 git clone https://github.com/imbs-hl/ranger.git 6 }}} 7 8 To compile Range then do 9 {{{ 10 cd ranger/cpp_version 11 mkdir build 12 cd build 13 cmake .. 14 make 15 }}} 1 16 2 17 == Writing Input Files ==