Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.algorithm.result.CorrelationAnalysisSolution

Packages that use CorrelationAnalysisSolution
de.lmu.ifi.dbs.elki.algorithm Package to collect algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.result.clustering Package to collect result classes for the results of clustering algorithms. 
 

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.getResult()
           
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.result.clustering declared as CorrelationAnalysisSolution
private  CorrelationAnalysisSolution<V>[] ClustersPlusNoisePlusCorrelationAnalysis.correlationAnalysisSolutions
          An array of correlation analysis solutions for each cluster.
 

Constructors in de.lmu.ifi.dbs.elki.algorithm.result.clustering with parameters of type CorrelationAnalysisSolution
ClustersPlusNoisePlusCorrelationAnalysis(Integer[][] clustersAndNoise, Database<V> db, CorrelationAnalysisSolution<V>[] correlationAnalysisSolutions)
          Provides a result of a clustering-algorithm that computes several clusters and remaining noise and a correlation analysis for each cluster
ClustersPlusNoisePlusCorrelationAnalysis(Integer[][] clustersAndNoise, Database<V> db, CorrelationAnalysisSolution<V>[] correlationAnalysisSolutions, NumberFormat nf)
          Provides a result of a clustering-algorithm that computes several clusters and remaining noise and a correlation analysis for each cluster
 


Release 0.1 (2008-07-10_1838)