1 write to Host
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1433
Host
= env.Register(name);
3 references to Host
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (3)
1502
return new PlattCalibrator(
Host
, slope, offset);
1627
return new PlattCalibrator(
Host
, slope, offset);
1915
return new IsotonicCalibrator(
Host
, mins.ToImmutableArray(), maxes.ToImmutableArray(), values.ToImmutableArray());