|
@@ -211,7 +211,7 @@ class SemSegContextTree : public SemanticSegmentation, public NICE::Persistent
|
|
std::vector<int> opOverview;
|
|
std::vector<int> opOverview;
|
|
|
|
|
|
/** relative use of context vs raw features per tree level*/
|
|
/** relative use of context vs raw features per tree level*/
|
|
- vector<vector<double> > contextOverview;
|
|
|
|
|
|
+ std::vector<std::vector<double> > contextOverview;
|
|
|
|
|
|
/** the minimum number of features allowed in a leaf */
|
|
/** the minimum number of features allowed in a leaf */
|
|
int minFeats;
|
|
int minFeats;
|