sklearn.datasets.make_swiss_roll(n_samples=100, noise=0.0, random_state=None)
[source]
Generate a swiss roll dataset.
Read more in the User Guide.
Parameters: |
|
---|---|
Returns: |
|
The algorithm is from Marsland [1].
[1] | S. Marsland, “Machine Learning: An Algorithmic Perspective”, Chapter 10, 2009. http://seat.massey.ac.nz/personal/s.r.marsland/Code/10/lle.py |
sklearn.datasets.make_swiss_roll
© 2007–2018 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_swiss_roll.html