List of usage examples for weka.filters.unsupervised.attribute PrincipalComponents subclass-usage
From source file faster_pca.faster_pca.java
/** * A -potentially- faster version of PCA than weka's PrincipalComponent filter * Code based on PrincipalComponents.java, Copyright (C) 2007-2012 University of Waikato, Hamilton, New Zealand by Mark HAll, Babi Schmidberger, and fracpete * @author toddbodnar */ public class faster_pca extends PrincipalComponents {