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