Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.data.model.CorrelationAnalysisSolution

Packages that use CorrelationAnalysisSolution
de.lmu.ifi.dbs.elki.algorithm Algorithms suitable as a task for the KDDTask main routine. 
 

Uses of CorrelationAnalysisSolution in de.lmu.ifi.dbs.elki.algorithm
 

Methods in de.lmu.ifi.dbs.elki.algorithm that return CorrelationAnalysisSolution
 CorrelationAnalysisSolution<V> DependencyDerivator.generateModel(Database<V> db, Collection<Integer> ids)
          Runs the pca on the given set of IDs.
 CorrelationAnalysisSolution<V> DependencyDerivator.generateModel(Database<V> db, Collection<Integer> ids, V centroidDV)
          Runs the pca on the given set of IDs and for the given centroid.
 CorrelationAnalysisSolution<V> DependencyDerivator.runInTime(Database<V> db)
          Computes quantitatively linear dependencies among the attributes of the given database based on a linear correlation PCA.
 


Release 0.3 (2010-03-31_1612)