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