1 write to Owner
Microsoft.ML.Data (1)
5 references to Owner
Microsoft.ML.Data (5)
TrainCatalog.cs (5)
151IHostEnvironment IInternalCatalog.Environment => Owner.GetEnvironment();
329return new NaiveCalibratorEstimator(Owner.GetEnvironment(), labelColumnName, scoreColumnName);
349return new PlattCalibratorEstimator(Owner.GetEnvironment(), labelColumnName, scoreColumnName, exampleWeightColumnName);
370return new FixedPlattCalibratorEstimator(Owner.GetEnvironment(), slope, offset, scoreColumnName);
395return new IsotonicCalibratorEstimator(Owner.GetEnvironment(), labelColumnName, scoreColumnName, exampleWeightColumnName);