| SwissRoll {IDmining} | R Documentation |
Swiss Roll Data Set Generator
Description
Generates random points on the Swiss Roll manifold.
Usage
SwissRoll(N=10000)
Arguments
N |
The number of points to be generated (by default: |
Value
A N \times 3 data.frame containing the
coordinates of the Swiss roll data points embedded in \rm I\!R^3.
References
J. A. Lee and M. Verleysen (2007). Nonlinear Dimensionality Reduction, Springer, New York.
Examples
sim_dat <- SwissRoll(1000)
[Package IDmining version 1.0.7 Index]