Changes between Version 4 and Version 5 of DatabaseBasedAnalysis/RandomForest


Ignore:
Timestamp:
08/15/18 17:40:47 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/RandomForest

    v4 v5  
     1== Random Forest ==
     2
     3I 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{{{
     5git clone https://github.com/imbs-hl/ranger.git
     6}}}
     7
     8To compile Range then do
     9{{{
     10cd ranger/cpp_version
     11mkdir build
     12cd build
     13cmake ..
     14make
     15}}}
    116
    217== Writing Input Files ==