1 write to N
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1866N = n;
4 references to N
Microsoft.ML.Data (4)
Prediction\Calibrator.cs (4)
1891float newN = top.N + curr.N; 1892curr = new Piece(top.MinX, curr.MaxX, (top.Value * top.N + curr.Value * curr.N) / newN, newN);