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 class
CLIQUE
Implementation of the CLIQUE algorithm, a grid-based algorithm to identify dense clusters in subspaces of maximum dimensionality.class
DiSH
Algorithm for detecting subspace hierarchies.class
DOC
DOC is a sampling based subspace clustering algorithm.class
FastDOC
The heuristic variant of the DOC algorithm, FastDOCclass
P3C
P3C: A Robust Projected Clustering Algorithm.class
PROCLUS
The PROCLUS algorithm, an algorithm to find subspace clusters in high dimensional spaces.class
SUBCLU<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. algorithm
Clustering algorithm to run.protected SubspaceClusteringAlgorithm<? extends SubspaceModel>
OutRankS1. clusteralg
Clustering algorithm to run.Constructors in elki.outlier.subspace with parameters of type SubspaceClusteringAlgorithm Constructor Description OutRankS1(SubspaceClusteringAlgorithm<? extends SubspaceModel> clusteralg, double alpha)
Constructor.
-