Implemented interface member:
method
Fit
Microsoft.ML.IEstimator<TTransformer>.Fit(Microsoft.ML.IDataView)
11 references to Fit
Microsoft.ML.IntegrationTests (1)
Evaluation.cs (1)
249var model = pipeline.Fit(data);
Microsoft.ML.Samples (3)
Dynamic\Trainers\Recommendation\MatrixFactorization.cs (1)
40var model = pipeline.Fit(trainingData);
Dynamic\Trainers\Recommendation\MatrixFactorizationWithOptions.cs (1)
64var model = pipeline.Fit(trainingData);
Dynamic\Trainers\Recommendation\OneClassMatrixFactorizationWithOptions.cs (1)
70var model = pipeline.Fit(dataView);
Microsoft.ML.Tests (7)
TrainerEstimators\MatrixFactorizationTests.cs (7)
87var model = pipeline.Fit(data); 231var model = pipeline.Fit(dataView); 343var model = pipeline.Fit(dataView); 466var model = pipeline.Fit(dataView); 610var model = pipeline.Fit(dataView); 676var model = pipeline.Fit(dataView); 790var model = pipeline.Fit(dataView);