3 references to FindIndexSorted
Microsoft.ML.Core (1)
Utilities\Utils.cs (1)
233return FindIndexSorted(input, 0, input.Length, value);
Microsoft.ML.Data (2)
Transforms\NormalizeColumnDbl.cs (2)
1499int binIdx = binUpperBounds.FindIndexSorted(0, binUpperBounds.Length - 1, input); 1510int binIdx = binUpperBounds.FindIndexSorted(0, binUpperBounds.Length - 1, input);