Uses of Interface
elki.clustering.subspace.SubspaceClusteringAlgorithm
-
Packages that use SubspaceClusteringAlgorithm Package Description elki.clustering.subspace Axis-parallel subspace clustering algorithms.elki.outlier.subspace Subspace outlier detection methods. -
-
Uses of SubspaceClusteringAlgorithm in elki.clustering.subspace
Classes in elki.clustering.subspace that implement SubspaceClusteringAlgorithm Modifier and Type Class Description classCLIQUEImplementation of the CLIQUE algorithm, a grid-based algorithm to identify dense clusters in subspaces of maximum dimensionality.classDiSHAlgorithm for detecting subspace hierarchies.classDOCDOC is a sampling based subspace clustering algorithm.classFastDOCThe heuristic variant of the DOC algorithm, FastDOCclassP3CP3C: A Robust Projected Clustering Algorithm.classPROCLUSThe PROCLUS algorithm, an algorithm to find subspace clusters in high dimensional spaces.classSUBCLU<V extends NumberVector>Implementation of the SUBCLU algorithm, an algorithm to detect arbitrarily shaped and positioned clusters in subspaces. -
Uses of SubspaceClusteringAlgorithm in elki.outlier.subspace
Fields in elki.outlier.subspace declared as SubspaceClusteringAlgorithm Modifier and Type Field Description protected SubspaceClusteringAlgorithm<? extends SubspaceModel>OutRankS1.Par. algorithmClustering algorithm to run.protected SubspaceClusteringAlgorithm<? extends SubspaceModel>OutRankS1. clusteralgClustering algorithm to run.Constructors in elki.outlier.subspace with parameters of type SubspaceClusteringAlgorithm Constructor Description OutRankS1(SubspaceClusteringAlgorithm<? extends SubspaceModel> clusteralg, double alpha)Constructor.
-