12 references to FindFirstGE
Microsoft.ML.FastTree (12)
FastTree.cs (10)
1011
Contracts.Assert(Algorithms.
FindFirstGE
(binUpperBounds, 0) == 0);
1015
int ge = Algorithms.
FindFirstGE
(binUpperBounds, values[i]);
1083
int bin = Algorithms.
FindFirstGE
(bub, val);
1199
int zeroBin = Algorithms.
FindFirstGE
(binUpperBounds, 0);
1233
if ((binnedValues[valuesIndices[i]] = Algorithms.
FindFirstGE
(binUpperBounds, valuesValues[i])) == 0)
1246
binnedValues[i] = Algorithms.
FindFirstGE
(binUpperBounds, valuesValues[i]);
2557
int zeroBin = Algorithms.
FindFirstGE
(binUpperBounds, 0);
2577
int binned = Algorithms.
FindFirstGE
(binUpperBounds, kvp.Value);
2591
int binned = Algorithms.
FindFirstGE
(binUpperBounds, kvp.Value);
2605
int binned = Algorithms.
FindFirstGE
(binUpperBounds, _dense[i]);
GamModelParameters.cs (2)
269
int index = Algorithms.
FindFirstGE
(_binUpperBounds[featureIndex], featureValue);
276
binIndex = Algorithms.
FindFirstGE
(_binUpperBounds[featureIndex], featureValue);