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 PrincipalComponentsJ
PCANNSearch. m_pca
The neighbourhood of instances to find neighbours in.Methods in weka.core.neighboursearch that return PrincipalComponentsJ Modifier and Type Method Description protected PrincipalComponentsJ
PCANNSearch. 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 class
PublicPrincipalComponents
Class that is identical to the Principal components class except it contains a public method to get the coefficients from the principal components model
-