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 HiSCPreferenceVectorIndex<NumberVector> |
HiSC.Instance.index
Instantiated index.
|
Modifier and Type | Field and Description |
---|---|
private IndexFactory<V,HiSCPreferenceVectorIndex<NumberVector>> |
HiSC.indexfactory
Factory to produce
|
private IndexFactory<V,HiSCPreferenceVectorIndex<NumberVector>> |
HiSC.Parameterizer.indexfactory
Factory to produce the index.
|
Constructor and Description |
---|
HiSC(IndexFactory<V,HiSCPreferenceVectorIndex<NumberVector>> indexfactory,
double epsilon)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
HiSCPreferenceVectorIndex<V> |
HiSCPreferenceVectorIndex.Factory.instantiate(Relation<V> relation) |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.