@Reference(authors="Elke Achtert, Hans-Peter Kriegel, Erich Schubert, Arthur Zimek", title="Interactive Data Mining with 3D-Parallel-Coordinate-Trees", booktitle="Proc. of the 2013 ACM International Conference on Management of Data (SIGMOD)", url="http://dx.doi.org/10.1145/2463676.2463696") public class SlopeInversionDependenceMeasure extends SlopeDependenceMeasure
Elke Achtert, Hans-Peter Kriegel, Erich Schubert, Arthur Zimek:
Interactive Data Mining with 3D-Parallel-Coordinate-Trees.
Proceedings of the 2013 ACM International Conference on Management of Data
(SIGMOD), New York City, NY, 2013.
Modifier and Type | Class and Description |
---|---|
static class |
SlopeInversionDependenceMeasure.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static SlopeInversionDependenceMeasure |
STATIC
Static instance.
|
LOG_PRECISION, PRECISION, RESCALE
Modifier | Constructor and Description |
---|---|
protected |
SlopeInversionDependenceMeasure()
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, dependence, dependence, dependence, discretize, index, ranks, ranks, size, size, sortedIndex
public static final SlopeInversionDependenceMeasure STATIC
protected SlopeInversionDependenceMeasure()
public <A,B> double dependence(NumberArrayAdapter<?,A> adapter1, A data1, NumberArrayAdapter<?,B> adapter2, B data2)
DependenceMeasure
dependence
in interface DependenceMeasure
dependence
in class SlopeDependenceMeasure
A
- First array typeB
- Second array typeadapter1
- First data adapterdata1
- First data setadapter2
- Second data adapterdata2
- Second data setCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.