Add Pywrap sources
This commit is contained in:
8
src/PyClassifiers/RandomForest.cc
Normal file
8
src/PyClassifiers/RandomForest.cc
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "RandomForest.h"
|
||||
|
||||
namespace pywrap {
|
||||
std::string RandomForest::version()
|
||||
{
|
||||
return sklearnVersion();
|
||||
}
|
||||
} /* namespace pywrap */
|
Reference in New Issue
Block a user