1 write to MinX
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1863MinX = minX;
4 references to MinX
Microsoft.ML.Data (4)
Prediction\Calibrator.cs (4)
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); 1910mins[i] = top.MinX;