Map the square
swissroll(N = 500, seed = NULL, a = 1, b = 4)
N x 3 array for 3d points.
Number of points drawn.
Optionally specify a RNG seed (for reproducible experiments).
Shape parameters.
adjacency_mat
pts <- swissroll(N=500, seed=0, a=1, b=4)
Run the code above in your browser using DataLab