1 reference to PrincipalComponentAnalysisTransformer
Microsoft.ML.PCA (1)
PcaTransformer.cs (1)
809public PrincipalComponentAnalysisTransformer Fit(IDataView input) => new PrincipalComponentAnalysisTransformer(_host, input, _columns);