V
- the type of NumberVector handled by the algorithm@Title(value="Finding Hierarchies of Subspace Clusters") @Description(value="Algorithm for detecting hierarchies of subspace clusters.") @Reference(authors="E. Achtert, C. B\u00f6hm, H.-P. Kriegel, P. Kr\u00f6ger, I. M\u00fcller-Gorman, A. Zimek", title="Finding Hierarchies of Subspace Clusters", booktitle="Proc. 10th Europ. Conf. on Principles and Practice of Knowledge Discovery in Databases (PKDD\'06), Berlin, Germany, 2006", url="http://www.dbs.ifi.lmu.de/Publikationen/Papers/PKDD06-HiSC.pdf") public class HiSC<V extends NumberVector> extends GeneralizedOPTICS<V,CorrelationClusterOrder>
Reference: E. Achtert, C. Böhm, H.-P. Kriegel, P. Kröger, I. Müller-Gorman,
A. Zimek
Finding Hierarchies of Subspace Clusters.
In: Proc. 10th Europ. Conf. on Principles and Practice of Knowledge Discovery
in Databases (PKDD'06), Berlin, Germany, 2006.
Modifier and Type | Class and Description |
---|---|
private class |
HiSC.Instance
Algorithm instance for a single data set.
|
static class |
HiSC.Parameterizer<V extends NumberVector>
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private double |
alpha
Holds the maximum diversion allowed.
|
private IndexFactory<V,HiSCPreferenceVectorIndex<NumberVector>> |
indexfactory
Factory to produce
|
private static Logging |
LOG
The logger for this class.
|
Constructor and Description |
---|
HiSC(IndexFactory<V,HiSCPreferenceVectorIndex<NumberVector>> indexfactory,
double epsilon)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TypeInformation[] |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
protected Logging |
getLogger()
Get the (STATIC) logger for this class.
|
int |
getMinPts()
Get the minpts value used.
|
ClusterOrder |
run(Database db,
Relation<V> relation)
Run OPTICS on the database.
|
double |
weightedDistance(V v1,
V v2,
long[] weightVector)
Computes the weighted distance between the two specified vectors according
to the given preference vector.
|
makeParameterDistanceFunction, run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
private static final Logging LOG
private IndexFactory<V extends NumberVector,HiSCPreferenceVectorIndex<NumberVector>> indexfactory
private double alpha
public HiSC(IndexFactory<V,HiSCPreferenceVectorIndex<NumberVector>> indexfactory, double epsilon)
indexfactory
- HiSC index factorypublic ClusterOrder run(Database db, Relation<V> relation)
GeneralizedOPTICS
run
in class GeneralizedOPTICS<V extends NumberVector,CorrelationClusterOrder>
db
- Databaserelation
- Relationpublic double weightedDistance(V v1, V v2, long[] weightVector)
v1
- the first vectorv2
- the second vectorweightVector
- the preference vectorpublic int getMinPts()
OPTICSTypeAlgorithm
public TypeInformation[] getInputTypeRestriction()
AbstractAlgorithm
getInputTypeRestriction
in interface Algorithm
getInputTypeRestriction
in class AbstractAlgorithm<CorrelationClusterOrder>
protected Logging getLogger()
AbstractAlgorithm
getLogger
in class AbstractAlgorithm<CorrelationClusterOrder>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.