2 references to PrincipalComponentAnalysisTransformer
Microsoft.ML.PCA (2)
PcaTransformer.cs (2)
262return new PrincipalComponentAnalysisTransformer(env, input, cols).MakeDataTransform(input); 809public PrincipalComponentAnalysisTransformer Fit(IDataView input) => new PrincipalComponentAnalysisTransformer(_host, input, _columns);