sklearn 中 make_blobs模塊

# 生成用於聚類的各向同性高斯blob sklearn.datasets.make_blobs(n_samples = 100,n_features = 2,center = 3,cluster_std = 1.0,center_box =( - 10.0,10.0),shuffle = True,random_state = None) 參數 n_samples: int, optional (
相關文章
相關標籤/搜索