Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.varianceanalysis.AbstractPCA

Packages that use AbstractPCA
de.lmu.ifi.dbs.elki.varianceanalysis Classes for analysis of variance by different methods. 
 

Uses of AbstractPCA in de.lmu.ifi.dbs.elki.varianceanalysis
 

Subclasses of AbstractPCA in de.lmu.ifi.dbs.elki.varianceanalysis
 class GlobalPCA<O extends RealVector<O,?>>
          Computes the principal components for vector objects of a given database.
 class LinearLocalPCA<V extends RealVector<V,?>>
          Performs a linear local PCA based on the covariance matrices of given objects.
 class LocalKernelPCA<V extends RealVector<V,?>>
          Performs a local kernel PCA based on the kernel matrices of given objects.
 class LocalPCA<V extends RealVector<V,?>>
          LocalPCA is a super calss for PCA-algorithms considering only a local neighborhood.
 


Release 0.1 (2008-07-10_1838)