1 write to MaxX
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1864
MaxX
= maxX;
5 references to MaxX
Microsoft.ML.Data (5)
Prediction\Calibrator.cs (5)
1887
ch.Assert(stack.Count == 0 || di.Score >= top.
MaxX
);
1889
for (; stack.Count > 0 && ((top.
MaxX
>= curr.MinX) || curr.Value <= top.Value);)
1892
curr = new Piece(top.MinX, curr.
MaxX
, (top.Value * top.N + curr.Value * curr.N) / newN, newN);
1897
ch.Assert(stack.Count == 0 || top.
MaxX
< curr.MinX);
1911
maxes[i] = top.
MaxX
;