Skip to content

rosds/ScaRF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published