V
- the type of NumberVector handled by this Algorithm@Title(value="PreDeCon: Subspace Preference weighted Density Connected Clustering") @Description(value="PreDeCon computes clusters of subspace preference weighted connected points. The algorithm searches for local subgroups of a set of feature vectors having a low variance along one or more (but not all) attributes.") @Reference(authors="C. B\u00f6hm, K. Kailing, H.-P. Kriegel, P. Kr\u00f6ger", title="Density Connected Clustering with Local Subspace Preferences", booktitle="Proc. 4th IEEE Int. Conf. on Data Mining (ICDM\'04), Brighton, UK, 2004", url="http://dx.doi.org/10.1109/ICDM.2004.10087") public class PreDeCon<V extends NumberVector> extends GeneralizedDBSCAN
C. Böhm, K. Kailing, H.-P. Kriegel, P. Kröger:
Density Connected Clustering with Local Subspace Preferences.
In Proc. 4th IEEE Int. Conf. on Data Mining (ICDM'04), Brighton, UK, 2004.
Modifier and Type | Class and Description |
---|---|
static class |
PreDeCon.Parameterizer<V extends NumberVector>
Parameterization class.
|
static class |
PreDeCon.Settings
Class containing all the PreDeCon settings.
|
GeneralizedDBSCAN.Instance<T>
Modifier and Type | Field and Description |
---|---|
private static Logging |
LOG
The logger for this class.
|
coremodel, corepred, npred
Constructor and Description |
---|
PreDeCon(PreDeCon.Settings settings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
getLogger()
Get the (STATIC) logger for this class.
|
getInputTypeRestriction, run
makeParameterDistanceFunction
private static final Logging LOG
public PreDeCon(PreDeCon.Settings settings)
settings
- PreDeCon settings.protected Logging getLogger()
AbstractAlgorithm
getLogger
in class GeneralizedDBSCAN
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.