3 references to CountIndicesGT
Microsoft.ML.FastTree (3)
FastTree.cs (3)
2282
int superLocalHot = values.
CountIndicesGT
(NumExamples, firstBin);
2322
ch.Assert(values.
CountIndicesGT
(NumExamples, firstBin) == localHotRows);
2331
localHotRows = values.
CountIndicesGT
(NumExamples, firstBin);