Home
last modified time | relevance | path

Searched refs:npopl (Results 1 – 1 of 1) sorted by relevance

/dports/devel/R-cran-randomForest/randomForest/src/
H A DregTree.c171 int last, ncat[MAX_CAT], icat[MAX_CAT], lc, nl, nr, npopl, npopr, tieVar, tieVal; in findBestSplit() local
237 npopl = 0; in findBestSplit()
246 npopl++; in findBestSplit()
249 crit = (suml * suml / npopl) + (sumr * sumr / npopr) - critParent; in findBestSplit()