摘要:
#K-means聚类 ##优缺点 优点: (1)算法简单、快速。 (2)对处理大数据集,该算法是相对高效率的。 缺点: (1)要求用户必须事先给出要生成的簇的数目K。 (2)对初值敏感。 (3)对于孤立点数据敏感 ##python代码 df_data=pd.read_excel("./3倍差去异样. 阅读全文
posted @ 2022-07-01 19:05
玥瑕
阅读(177)
评论(0)
推荐(0)
编译报警":This workspace contains non-catkin packages in it 报错提示 ```This workspace contains non-catkin packages in it, and catkin cannot build a non-homog 阅读全文