3 references to GetSplitValue
Microsoft.ML.Core (3)
Utilities\BinFinder.cs (2)
161
bounds[i - 1] =
GetSplitValue
(_valuesDbl[i - 1], _valuesDbl[i]);
170
bounds[i - 1] =
GetSplitValue
(_valuesDbl[_path[i] - 1], _valuesDbl[_path[i]]);
Utilities\SupervisedBinFinder.cs (1)
195
result[i] = BinFinderBase.
GetSplitValue
(distinctValues[split - 1], distinctValues[split]);