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)
853
var offset = min = -1 - bounds.
FindIndexSorted
(0);
857
dst = Double.IsNaN(src) ? offset : offset + 1 + bounds.
FindIndexSorted
(src);