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