10 references to FindIndexSorted
Microsoft.ML.Core (1)
Utilities\BinFinder.cs (1)
393
int split = Utils.
FindIndexSorted
(_accum, min, max, key);
Microsoft.ML.Data (9)
Data\BufferBuilder.cs (1)
370
int iv = Utils.
FindIndexSorted
(_indices, 0, _count, ifeat);
DataLoadSave\Text\TextLoaderParser.cs (5)
808
int isrc = header.Indices.
FindIndexSorted
(0, header.Count, min);
812
int isrcLim = header.Indices.
FindIndexSorted
(isrc, header.Count, lim);
1422
int isrc = fields.Indices.
FindIndexSorted
(0, fields.Count, min);
1425
int isrcLim = fields.Indices.
FindIndexSorted
(isrc, fields.Count, lim);
1464
int isrc = vs.Indices.
FindIndexSorted
(0, vs.Count, src);
Deprecated\Instances\HeaderSchema.cs (2)
434
iv = _indices.
FindIndexSorted
(iv + 1, _indices.Length, index);
439
iv = _indices.
FindIndexSorted
(0, iv - 1, index);
Utilities\SlotDropper.cs (1)
199
iRange = SlotsMax.
FindIndexSorted
(iRange + threshold2, SlotsMax.Length, index);