2 writes to _host
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
1710_host = env.Register(RegistrationName); 1718_host = env.Register(RegistrationName);
11 references to _host
Microsoft.ML.Data (11)
Prediction\Calibrator.cs (11)
1719_host.AssertValue(ctx); 1725_host.CheckDecode(FloatUtils.IsFinite(Slope)); 1728_host.CheckDecode(FloatUtils.IsFinite(Offset)); 1741_host.CheckValue(ctx, nameof(ctx)); 1748_host.AssertValue(ctx); 1785_host.CheckValue(ctx, nameof(ctx)); 1786_host.CheckValue(input, nameof(input)); 1794_host.CheckValue(ctx, nameof(ctx)); 1795_host.CheckValue(scoreProbablityColumnNames, nameof(scoreProbablityColumnNames)); 1796_host.Check(Utils.Size(scoreProbablityColumnNames) == 2); 1832PlattCalibrator newCal = new PlattCalibrator(_host, a / calibrators.Count, b / calibrators.Count);