1 write to Owner
Microsoft.ML.Data (1)
TrainCatalog.cs (1)
159
Owner
= catalog;
7 references to Owner
Microsoft.ML.Data (5)
TrainCatalog.cs (5)
151
IHostEnvironment IInternalCatalog.Environment =>
Owner
.GetEnvironment();
329
return new NaiveCalibratorEstimator(
Owner
.GetEnvironment(), labelColumnName, scoreColumnName);
349
return new PlattCalibratorEstimator(
Owner
.GetEnvironment(), labelColumnName, scoreColumnName, exampleWeightColumnName);
370
return new FixedPlattCalibratorEstimator(
Owner
.GetEnvironment(), slope, offset, scoreColumnName);
395
return 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);