sklearn.datasets.make_moons(n_samples=100, shuffle=True, noise=None, random_state=None)
[source]
Make two interleaving half circles
A simple toy dataset to visualize clustering and classification algorithms. Read more in the User Guide.
Parameters: |
|
---|---|
Returns: |
|
sklearn.datasets.make_moons
© 2007–2018 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html