标签: python dataset cluster-analysis data-mining
我需要创建具有特定形状的数据集,如图所示。
我怎样才能在Python中执行此操作?
答案 0 :(得分:2)
查看http://scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html
sklearn软件包包含一个datasets子模块,其中包含每个模式的数据集生成器 - make_circles,make_moons,make_blobs。
sklearn
datasets
make_circles
make_moons
make_blobs