
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 OPTICS<V,PreferenceVectorBasedCorrelationDistance>
 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 | 
|---|---|
| static class  | HiSC.Parameterizer<V extends NumberVector<?>>Parameterization class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | LOGThe logger for this class. | 
EPSILON_ID, MINPTS_IDDISTANCE_FUNCTION_ID| Constructor and Description | 
|---|
| HiSC(HiSCDistanceFunction<V> distanceFunction)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logging | getLogger()Get the (STATIC) logger for this class. | 
expandClusterOrder, expandClusterOrderDouble, getDistanceFactory, getInputTypeRestriction, getMinPts, rungetDistanceFunctionmakeParameterDistanceFunction, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate static final Logging LOG
public HiSC(HiSCDistanceFunction<V> distanceFunction)
distanceFunction - HiSC distance function usedprotected Logging getLogger()
AbstractAlgorithmgetLogger in class OPTICS<V extends NumberVector<?>,PreferenceVectorBasedCorrelationDistance>