2 references to TryFindIndexSorted
Microsoft.ML.Data (1)
DataView\ZipBinding.cs (1)
75
if (!Utils.
TryFindIndexSorted
(_cumulativeColCounts, 0, _cumulativeColCounts.Length, col, out srcIndex))
Microsoft.ML.FastTree (1)
TreeEnsemble\InternalRegressionTree.cs (1)
948
if (CategoricalSplitFeatures[node].
TryFindIndexSorted
(0, CategoricalSplitFeatures[node].Length, index, out int ii))