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(Relation<V> db, DBIDs ids)
          Runs the pca on the given set of IDs.
 CorrelationAnalysisSolution<V> DependencyDerivator.generateModel(Relation<V> db, DBIDs ids, V centroidDV)
          Runs the pca on the given set of IDs and for the given centroid.
 CorrelationAnalysisSolution<V> DependencyDerivator.run(Database database, Relation<V> relation)
          Computes quantitatively linear dependencies among the attributes of the given database based on a linear correlation PCA.
 


Release 0.4.0 (2011-09-20_1324)