online-multiclass-lpboost icon indicating copy to clipboard operation
online-multiclass-lpboost copied to clipboard

Online Multi-Class LPBoost and Gradient Boosting

Results 4 online-multiclass-lpboost issues
Sort by recently updated
recently updated
newest added

src/utilities.h: In function ‘double randDouble()’: src/utilities.h:48:47: error: ‘getpid’ was not declared in this scope srand(TV.tv_sec \* TV.tv_usec + getpid() + getDevRandom()); ^ Makefile:31: recipe for target 'src/online_rf.o' failed make: **\*...

Hi, In random forest, I find samples assigned by fathernode (depth=1) are not updated in childnode's (depth=2) test. Thus, those inherited samples **stay** at the childnode (depth=2) and are not...

it seems it always reports from src/experimenter.cpp:17: src/data.h:23:22: fatal error: Eigen/Core: No such file or directory #include ^ compilation terminated. In file included from src/OMCBoost.cpp:20:0: src/data.h:23:22: fatal error: Eigen/Core: No...

I get this error when building the project using make ``src/hyperparameters.cpp:15:25: fatal error: libconfig.h++: No such file or directory #include ^ compilation terminated. make: *** [src/hyperparameters.o] Error 1``