powered by
Generates a 12-dimensional manifold with extrinsic dimension 72 (not uniformly sampled).
mHeinManifold(Ns)
number of data points.
A 72-dimensional data set.
72
Hein, M. and Audibert, J-Y. (2005) Intrinsic Dimensionality Estimation of Submanifolds in R^d. Proceedings of ICML, 289-296.
# NOT RUN { datap <- mHeinManifold(800) par(mfrow = c(1, 3)) plot(datap[,1], datap[,3]) plot(datap[,2], datap[,3]) plot(datap[,1], datap[,2]) # }
Run the code above in your browser using DataLab