Description Usage Arguments Details Value Author(s) References Examples
Estimates the intrinsic dimension of a data set using weighted average kNN distances.
1 |
data |
data set with each row describing a data point. |
k |
number of distances to neighbors used at a time. |
ps |
vector with sample sizes; each sample size has to be larger than
k and smaller than |
M |
number of bootstrap samples for each sample size. |
gamma |
weighting constant. |
This is a somewhat simplified version of the kNN dimension estimation method described by Carter et al. (2010), the difference being that block bootstrapping is not used.
A DimEst
object with slots:
dim.est |
the intrinsic dimension estimate (integer). |
residual |
the residual, see Carter et al. (2010). |
Kerstin Johnsson, Lund University.
Carter, K.M., Raich, R. and Hero, A.O. (2010) On local intrinsic dimension estimation and its applications. IEEE Trans. on Sig. Proc., 58(2), 650-663.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.