Description Usage Arguments Value Examples
Makes clusters of n points in d dimensions
1 | make_blobs(n, k, d)
|
n |
int Number of points |
k |
int Number of clusters |
d |
int Number of dimensions |
Matrix of points
1 | df = make_blobs(n, k, d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.