@Reference(authors="L. Amsaleg, O. Chelly, T. Furon, S. Girard, M. E. Houle, K. Kawarabayashi, M. Nett", title="Estimating Local Intrinsic Dimensionality", booktitle="Proc. SIGKDD International Conference on Knowledge Discovery and Data Mining 2015", url="https://doi.org/10.1145/2783258.2783405", bibkey="DBLP:conf/kdd/AmsalegCFGHKN15") public class RVEstimator extends java.lang.Object implements IntrinsicDimensionalityEstimator
Reference:
L. Amsaleg, O. Chelly, T. Furon, S. Girard, M. E. Houle, K. Kawarabayashi,
M. Nett
Estimating Local Intrinsic Dimensionality
Proc. SIGKDD Int. Conf. on Knowledge Discovery and Data Mining
| Modifier and Type | Class and Description |
|---|---|
static class |
RVEstimator.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
static RVEstimator |
STATIC
Static instance.
|
| Constructor and Description |
|---|
RVEstimator() |
| Modifier and Type | Method and Description |
|---|---|
<A> double |
estimate(A data,
NumberArrayAdapter<?,? super A> adapter,
int end)
Estimate from a distance list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountLeadingZeros, estimate, estimate, estimate, estimate, estimatepublic static final RVEstimator STATIC
public <A> double estimate(A data,
NumberArrayAdapter<?,? super A> adapter,
int end)
IntrinsicDimensionalityEstimatorestimate in interface IntrinsicDimensionalityEstimatorA - array typedata - Dataadapter - Array adapterend - LengthCopyright © 2019 ELKI Development Team. License information.