@Reference(authors="M. E. Houle, H. Kashima, M. Nett", title="Generalized expansion dimension", booktitle="12th International Conference on Data Mining Workshops (ICDMW)", url="https://doi.org/10.1109/ICDMW.2012.94", bibkey="DBLP:conf/icdm/HouleKN12") public class GEDEstimator extends java.lang.Object implements IntrinsicDimensionalityEstimator
Reference:
M. E. Houle, H. Kashima, M. Nett
Generalized expansion dimension
In: 12th International Conference on Data Mining Workshops (ICDMW)
Modifier and Type | Class and Description |
---|---|
static class |
GEDEstimator.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
(package private) double[] |
ilogs
Cached logs of integers.
|
static GEDEstimator |
STATIC
Static instance.
|
Constructor and Description |
---|
GEDEstimator() |
Modifier and Type | Method and Description |
---|---|
<A> double |
estimate(A data,
NumberArrayAdapter<?,? super A> adapter,
int end)
Estimate from a distance list.
|
private void |
precomputeLogs(int len)
Grow the log[i] cache.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countLeadingZeros, estimate, estimate, estimate, estimate, estimate
public static final GEDEstimator STATIC
double[] ilogs
public <A> double estimate(A data, NumberArrayAdapter<?,? super A> adapter, int end)
IntrinsicDimensionalityEstimator
estimate
in interface IntrinsicDimensionalityEstimator
A
- array typedata
- Dataadapter
- Array adapterend
- Lengthprivate void precomputeLogs(int len)
len
- Required sizeCopyright © 2019 ELKI Development Team. License information.