2 references to RandomizedPcaTrainer
Microsoft.ML.PCA (2)
PCACatalog.cs (1)
99
return new
RandomizedPcaTrainer
(env, options);
PcaTrainer.cs (1)
405
() => new
RandomizedPcaTrainer
(host, input),