powered by
Generates random points on the Swiss Roll manifold.
SwissRoll(N=10000)
The number of points to be generated (by default: N = 10000).
N = 10000
A \(N \times 3\) data.frame containing the coordinates of the Swiss roll data points embedded in \(\rm I\!R^3\).
data.frame
J. A. Lee and M. Verleysen (2007). Nonlinear Dimensionality Reduction, Springer, New York.
# NOT RUN { sim_dat <- SwissRoll(1000) # }
Run the code above in your browser using DataLab