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
 

Fields in de.lmu.ifi.dbs.elki.algorithm declared as CorrelationAnalysisSolution
private  CorrelationAnalysisSolution<V> DependencyDerivator.solution
          Holds the solution.
 

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.getResult()
           
 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.2 (2009-07-06_1820)