Skip to content

themasterlink/RandomForestWithGPs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Random Forest With Gaussian Proccess

This library contains different adaptive/online learning approaches for the purpose of classification.

How to use it:

The required libraries for the build process are Boost and OpenCV 3, the rest of the used libraries is already preinstalled on common linux systems (pthreads, panel, gdal, tbb). The build can be started over the existing CMakeList.txt with the commands:

mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j 8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages