@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") @Reference(authors="F. Keller, E. M\u00fcller, K. B\u00f6hm",title="HiCS: High Contrast Subspaces for Density-Based Outlier Ranking",booktitle="Proc. IEEE 28th Int. Conf. on Data Engineering (ICDE 2012)",url="https://doi.org/10.1109/ICDE.2012.88",bibkey="DBLP:conf/icde/KellerMB12") public class HiCSDependenceMeasure extends AbstractDependenceMeasure
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)
Based on:
F. Keller, E. Müller, K. Böhm
HiCS: High Contrast Subspaces for Density-Based Outlier Ranking
In ICDE, pages 1037–1048, 2012.
| Modifier and Type | Class and Description |
|---|---|
static class |
HiCSDependenceMeasure.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
private double |
alphasqrt
Alpha threshold
|
private int |
m
Monte-Carlo iterations
|
private RandomFactory |
rnd
Random generator
|
private GoodnessOfFitTest |
statTest
Statistical test to use
|
| Constructor and Description |
|---|
HiCSDependenceMeasure(GoodnessOfFitTest statTest,
int m,
double alpha,
RandomFactory rnd)
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, dependenceprivate int m
private double alphasqrt
private GoodnessOfFitTest statTest
private RandomFactory rnd
public HiCSDependenceMeasure(GoodnessOfFitTest statTest, int m, double alpha, RandomFactory rnd)
statTest - Test functionm - Number of monte-carlo iterationsalpha - Alpha thresholdrnd - Random sourcepublic <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.