@Reference(authors="Elke Achtert, Hans-Peter Kriegel, Erich Schubert, Arthur Zimek", title="Interactive Data Mining with 3D-Parallel-Coordinate-Trees", booktitle="Proc. 2013 ACM Int. Conf. on Management of Data (SIGMOD 2013)", url="https://doi.org/10.1145/2463676.2463696", bibkey="DBLP:conf/sigmod/AchtertKSZ13") public class SlopeDependenceMeasure extends AbstractDependenceMeasure
This version only accepts positive correlations, see also
SlopeInversionDependenceMeasure.
Reference:
Elke Achtert, Hans-Peter Kriegel, Erich Schubert, Arthur Zimek:
Interactive Data Mining with 3D-Parallel-Coordinate-Trees.
Proc. 2013 ACM Int. Conf. on Management of Data (SIGMOD 2013)
TODO: shouldn't this be normalized by the single-dimension entropies or so?
| Modifier and Type | Class and Description |
|---|---|
static class |
SlopeDependenceMeasure.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
protected static double |
LOG_PRECISION
Precision for entropy normalization.
|
protected static int |
PRECISION
Full precision.
|
protected static double |
RESCALE
Scaling factor.
|
static SlopeDependenceMeasure |
STATIC
Static instance.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SlopeDependenceMeasure()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<A,B> double |
dependence(NumberArrayAdapter<?,A> adapter1,
A data1,
NumberArrayAdapter<?,B> adapter2,
B data2)
Measure the dependence of two variables.
|
clamp, computeNormalizedRanks, discretize, index, ranks, ranks, size, size, sortedIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdependence, dependence, dependencepublic static final SlopeDependenceMeasure STATIC
protected static final int PRECISION
protected static final double LOG_PRECISION
protected static final double RESCALE
protected SlopeDependenceMeasure()
public <A,B> double dependence(NumberArrayAdapter<?,A> adapter1, A data1, NumberArrayAdapter<?,B> adapter2, B data2)
DependenceMeasureA - First array typeB - Second array typeadapter1 - First data adapterdata1 - First data setadapter2 - Second data adapterdata2 - Second data setCopyright © 2019 ELKI Development Team. License information.