Wanna-SSJ / ScaRF

Simple CUDA accelerated Random Forest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt tag

Simple CUDA accelerated Random Forest

###Compilation

This library was intended to be as general as possible, so it could be adapted to different problems. Therefore, it is essentially a template library. In principle you just need to include the header files in your code and the rest would be handled by the compiler.

###Documentation

We use Doxygen for the documentation. There is a cmake command to build the documentation. Just follow the standar cmake building procidure as follows:

    mkdir build
    cd build
    cmake ..
    make doc

About

Simple CUDA accelerated Random Forest


Languages

Language:Cuda 87.1%Language:C++ 7.1%Language:CMake 4.7%Language:C 1.1%