1 write to Trainers
Microsoft.ML.Data (1)
TrainCatalog.cs (1)
739Trainers = new AnomalyDetectionTrainers(this);
9 references to Trainers
Microsoft.ML.IntegrationTests (1)
Evaluation.cs (1)
38var pipeline = mlContext.AnomalyDetection.Trainers.RandomizedPca();
Microsoft.ML.Samples (2)
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSample.cs (1)
36var pipeline = mlContext.AnomalyDetection.Trainers.RandomizedPca(
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSampleWithOptions.cs (1)
45var pipeline = mlContext.AnomalyDetection.Trainers.RandomizedPca(
Microsoft.ML.Tests (6)
AnomalyDetectionTests.cs (6)
62var trainer1 = mlContext.AnomalyDetection.Trainers.RandomizedPca(featureColumnName: nameof(DataPoint.Features), rank: 1, ensureZeroMean: false); 77var trainer2 = mlContext.AnomalyDetection.Trainers.RandomizedPca(options); 92var trainer1 = mlContext.AnomalyDetection.Trainers.RandomizedPca(featureColumnName: nameof(DataPoint.Features), rank: 1, ensureZeroMean: false); 107var trainer2 = mlContext.AnomalyDetection.Trainers.RandomizedPca(options); 249var trainer = ML.AnomalyDetection.Trainers.RandomizedPca(); 264var trainer = mlContext.AnomalyDetection.Trainers.RandomizedPca(