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