1 write to Owner
Microsoft.ML.Data (1)
TrainCatalog.cs (1)
159Owner = catalog;
7 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);
Microsoft.ML.Recommender (2)
RecommenderCatalog.cs (2)
75=> new MatrixFactorizationTrainer(Owner.GetEnvironment(), labelColumnName, matrixColumnIndexColumnName, matrixRowIndexColumnName, 99=> new MatrixFactorizationTrainer(Owner.GetEnvironment(), options);