7 references to RandomizedPca
Microsoft.ML.IntegrationTests (1)
Evaluation.cs (1)
38var pipeline = mlContext.AnomalyDetection.Trainers.RandomizedPca();
Microsoft.ML.PCA (1)
PcaTrainer.cs (1)
79/// <seealso cref="PcaCatalog.RandomizedPca(AnomalyDetectionCatalog.AnomalyDetectionTrainers, string, string, int, int, bool, int?)"/>
Microsoft.ML.Samples (1)
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSample.cs (1)
36var pipeline = mlContext.AnomalyDetection.Trainers.RandomizedPca(
Microsoft.ML.Tests (4)
AnomalyDetectionTests.cs (4)
62var trainer1 = mlContext.AnomalyDetection.Trainers.RandomizedPca(featureColumnName: nameof(DataPoint.Features), rank: 1, ensureZeroMean: false); 92var trainer1 = mlContext.AnomalyDetection.Trainers.RandomizedPca(featureColumnName: nameof(DataPoint.Features), rank: 1, ensureZeroMean: false); 249var trainer = ML.AnomalyDetection.Trainers.RandomizedPca(); 264var trainer = mlContext.AnomalyDetection.Trainers.RandomizedPca(