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