Intrinsic Dimension Estimation with Correlation Integral
corint
estimates intrinsic dimension of given dataset based on
the correlation integral
corint(x, k1 = NULL, k2 = NULL, DM = FALSE, p = NULL)
x |
data matrix or distance matrix given by as.matrix(dist(x)). |
k1 |
first k-NN parameter. |
k2 |
second k-NN parameter. |
DM |
whether |
p |
ambient dimension used for automatically define |
A variant of fractal dimension called the correlation dimension is considered. The correlation dimension is defined by the notion of the correlation integral, is calculated by using the power low for the definition of the correlation dimension.
Estimated global intrinsic dimension.
Hideitsu Hino hideitsu.hino@gmail.com
P. Grassberger and I. Procaccia. Measuring the strangeness of strange attractors. Physica, 1983.
x <- gendata(DataName='SwissRoll',n=300) estcorint <- corint(x=x,k1=5,k2=10) print(estcorint)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.