Computes and plots the Swiss Roll dataset of a given size and height. It uses the library "rgl" for rotatable 3D scatterplots.
计算和绘图的一个给定的大小和高度的瑞士卷集。它使用库为可旋转的3D散点图“RGL”。
用法----------Usage----------
SwissRoll(N = 2000, Height = 30, Plot=FALSE)
参数----------Arguments----------
参数:N
number of samples
样本数
参数:Height
controls the spreading of the samples in the second dimension
在第二个层面控制样品的蔓延
参数:Plot
a boolean specifying whether to plot the Swiss Roll dataset or not
一个布尔值,指定是否要绘制的瑞士卷集或不
值----------Value----------
'SwissRoll' returns all N samples as a Nx3-matrix
“SwissRoll返回为NX3矩阵所有N个样本
作者(S)----------Author(s)----------
Christoph Bartenhagen
举例----------Examples----------
## compute and plot a Swiss Roll dataset with 1.000 samples[#计算和绘制与1.000样品的瑞士卷集]
data=SwissRoll(N = 1000, Plot=TRUE)