Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace |
Axis-parallel subspace clustering algorithms
The clustering algorithms in this package are instances of both, projected
clustering algorithms or subspace clustering algorithms according to the
classical but somewhat obsolete classification schema of clustering
algorithms for axis-parallel subspaces.
|
de.lmu.ifi.dbs.elki.index.preprocessed.preference |
Indexes storing preference vectors
|
Modifier and Type | Field and Description |
---|---|
private DiSHPreferenceVectorIndex.Factory<V> |
DiSH.dishPreprocessor
The DiSH preprocessor.
|
protected DiSHPreferenceVectorIndex.Factory<V> |
DiSH.Parameterizer.dishPreprocessor
DiSH preprocessor.
|
Constructor and Description |
---|
DiSH(double epsilon,
int mu,
DiSHPreferenceVectorIndex.Factory<V> dishPreprocessor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected DiSHPreferenceVectorIndex.Factory<V> |
DiSHPreferenceVectorIndex.Factory.Parameterizer.makeInstance() |
Copyright © 2019 ELKI Development Team. License information.