Mainly completing the serial Regression Forests version and its parallel version in CUDA
- The c++ version realize the serial Regression Forests
- The openMP version realize the multiple threads Regression Forests
- The CUDA version realize the parallel Regression Forests
- To get the performance that O(training) < 30ms and O(predicting) < 15ms
- To extend the RF function using derive and boost::function and so on
we are based on the HIVE that is a game engine developed by our lab!