1 write to Value
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1865Value = value;
5 references to Value
Microsoft.ML.Data (5)
Prediction\Calibrator.cs (5)
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); 1912values[i] = top.Value;