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