3 references to FindIndexSorted
Microsoft.ML.DataView (3)
src\Microsoft.ML.Core\Utilities\ArrayUtils.cs (1)
28
index =
FindIndexSorted
(input, min, lim, value);
VBuffer.cs (2)
243
int copyMin = ArrayUtils.
FindIndexSorted
(_indices, 0, _count, sourceIndex);
244
int copyLim = ArrayUtils.
FindIndexSorted
(_indices, copyMin, _count, sourceIndex + length);