Searched refs:nactiveVars (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/ml/src/
H A Drtrees.cpp54 nactiveVars = 0;
63 nactiveVars = _nactiveVars;
110 int i, m = rparams.nactiveVars > 0 ? rparams.nactiveVars : cvRound(std::sqrt((double)nvars));
289 fs << "nactive_vars" << rparams.nactiveVars;
323 rparams.nactiveVars = (int)tparams_node["nactive_vars"];
362 CV_IMPL_PROPERTY(int, ActiveVarCount, impl.rparams.nactiveVars)
H A Dprecomp.hpp193 RTreeParams(bool calcVarImportance, int nactiveVars, TermCriteria termCrit );
195 int nactiveVars; member in struct:cv::ml::RTreeParams
/external/opencv3/modules/ml/
H A Dprecomp.hpp193 RTreeParams(bool calcVarImportance, int nactiveVars, TermCriteria termCrit );
195 int nactiveVars; member in struct:cv::ml::RTreeParams

Completed in 940 milliseconds