Uses of Class
weka.filters.unsupervised.attribute.PrincipalComponentsJ
-
Packages that use PrincipalComponentsJ Package Description weka.core.neighboursearch weka.filters.unsupervised.attribute -
-
Uses of PrincipalComponentsJ in weka.core.neighboursearch
Fields in weka.core.neighboursearch declared as PrincipalComponentsJ Modifier and Type Field Description protected PrincipalComponentsJPCANNSearch. m_pcaThe neighbourhood of instances to find neighbours in.Methods in weka.core.neighboursearch that return PrincipalComponentsJ Modifier and Type Method Description protected PrincipalComponentsJPCANNSearch. buildFilter(double cv, int maxatt) -
Uses of PrincipalComponentsJ in weka.filters.unsupervised.attribute
Subclasses of PrincipalComponentsJ in weka.filters.unsupervised.attribute Modifier and Type Class Description classPublicPrincipalComponentsClass that is identical to the Principal components class except it contains a public method to get the coefficients from the principal components model
-