4 references to FindIndexSorted
Microsoft.ML.Data (2)
Transforms\NormalizeColumnDbl.cs (2)
1169_offset = _binUpperBounds.FindIndexSorted(0) / _den; 1249_offset[i] = _binUpperBounds[i].FindIndexSorted(0) / _den[i];
Microsoft.ML.Transforms (2)
MutualInformationFeatureSelection.cs (2)
853var offset = min = -1 - bounds.FindIndexSorted(0); 857dst = Double.IsNaN(src) ? offset : offset + 1 + bounds.FindIndexSorted(src);