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