Uses of Class
elki.math.linearalgebra.pca.PCAFilteredResult
-
Packages that use PCAFilteredResult Package Description elki.clustering.correlation Correlation clustering algorithms.elki.clustering.dbscan.predicates Neighbor and core predicated for Generalized DBSCAN.elki.data.model Cluster models classes for various algorithms. -
-
Uses of PCAFilteredResult in elki.clustering.correlation
Fields in elki.clustering.correlation with type parameters of type PCAFilteredResult Modifier and Type Field Description protected WritableDataStore<PCAFilteredResult>HiCO.Instance. localPCAsThe storage for precomputed local PCAsMethods in elki.clustering.correlation with parameters of type PCAFilteredResult Modifier and Type Method Description intHiCO. correlationDistance(PCAFilteredResult pca1, PCAFilteredResult pca2, int dimensionality)Computes the correlation distance between the two subspaces defined by the specified PCAs. -
Uses of PCAFilteredResult in elki.clustering.dbscan.predicates
Methods in elki.clustering.dbscan.predicates with parameters of type PCAFilteredResult Modifier and Type Method Description protected booleanERiCNeighborPredicate.Instance. approximatelyLinearDependent(PCAFilteredResult p1, PCAFilteredResult p2)Returns true, if the strong eigenvectors of the two specified PCAs span up the same space.booleanERiCNeighborPredicate.Instance. strongNeighbors(NumberVector v1, NumberVector v2, PCAFilteredResult pca1, PCAFilteredResult pca2)Computes the distance between two given DatabaseObjects according to this distance function.booleanERiCNeighborPredicate.Instance. weakNeighbors(double[] v1, double[] v2, PCAFilteredResult pca1, PCAFilteredResult pca2)Computes the distance between two given DatabaseObjects according to this distance function.Constructor parameters in elki.clustering.dbscan.predicates with type arguments of type PCAFilteredResult Constructor Description Instance(DBIDs ids, DataStore<PCAFilteredResult> storage, Relation<? extends NumberVector> relation)Constructor. -
Uses of PCAFilteredResult in elki.data.model
Fields in elki.data.model declared as PCAFilteredResult Modifier and Type Field Description private PCAFilteredResultCorrelationModel. pcaresultThe computed PCA result of this cluster.Methods in elki.data.model that return PCAFilteredResult Modifier and Type Method Description PCAFilteredResultCorrelationModel. getPCAResult()Get assigned PCA resultMethods in elki.data.model with parameters of type PCAFilteredResult Modifier and Type Method Description voidCorrelationModel. setPCAResult(PCAFilteredResult pcaresult)Assign new PCA resultConstructors in elki.data.model with parameters of type PCAFilteredResult Constructor Description CorrelationModel(PCAFilteredResult pcaresult, double[] centroid)Constructor
-