7 references to RandomizedPca
Microsoft.ML.IntegrationTests (1)
Evaluation.cs (1)
38
var 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)
36
var pipeline = mlContext.AnomalyDetection.Trainers.
RandomizedPca
(
Microsoft.ML.Tests (4)
AnomalyDetectionTests.cs (4)
62
var trainer1 = mlContext.AnomalyDetection.Trainers.
RandomizedPca
(featureColumnName: nameof(DataPoint.Features), rank: 1, ensureZeroMean: false);
92
var trainer1 = mlContext.AnomalyDetection.Trainers.
RandomizedPca
(featureColumnName: nameof(DataPoint.Features), rank: 1, ensureZeroMean: false);
249
var trainer = ML.AnomalyDetection.Trainers.
RandomizedPca
();
264
var trainer = mlContext.AnomalyDetection.Trainers.
RandomizedPca
(