Uses of Class
elki.data.model.CorrelationAnalysisSolution
-
Packages that use CorrelationAnalysisSolution Package Description elki.algorithm Miscellaneous algorithms. -
-
Uses of CorrelationAnalysisSolution in elki.algorithm
Methods in elki.algorithm that return CorrelationAnalysisSolution Modifier and Type Method Description CorrelationAnalysisSolution
DependencyDerivator. generateModel(Relation<V> db, DBIDs ids)
Runs the pca on the given set of IDs.CorrelationAnalysisSolution
DependencyDerivator. generateModel(Relation<V> relation, DBIDs ids, double[] centroid)
Runs the pca on the given set of IDs and for the given centroid.CorrelationAnalysisSolution
DependencyDerivator. run(Relation<V> relation)
Computes quantitatively linear dependencies among the attributes of the given database based on a linear correlation PCA.
-