35 #ifndef SHARK_MODELS_TREES_RFCLASSIFIER_H 36 #define SHARK_MODELS_TREES_RFCLASSIFIER_H 61 {
return "RFClassifier"; }
67 for(std::size_t j=0;j!=n_trees;++j){
80 for(std::size_t j=0;j!=n_trees;++j){
99 if(!n)
return UIntVector();
100 UIntVector r =
m_models[0].countAttributes();
101 for(std::size_t i=1; i< n; i++ ) {