3 references to FindIndexSorted
Microsoft.ML.Core (1)
Utilities\Utils.cs (1)
221return FindIndexSorted(input, 0, input.Count, value);
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
1662int binIdx = binUpperBounds.FindIndexSorted(0, binUpperBounds.Length - 1, input); 1673int binIdx = binUpperBounds.FindIndexSorted(0, binUpperBounds.Length - 1, input);