3 references to GetSplitValue
Microsoft.ML.Core (3)
Utilities\BinFinder.cs (2)
83
bounds[i - 1] =
GetSplitValue
(_valuesSng[i - 1], _valuesSng[i]);
92
bounds[i - 1] =
GetSplitValue
(_valuesSng[_path[i] - 1], _valuesSng[_path[i]]);
Utilities\SupervisedBinFinder.cs (1)
117
result[i] = BinFinderBase.
GetSplitValue
(distinctValues[split - 1], distinctValues[split]);