You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

358 B

Homework 03 - kMeans

如何将下列数据进行特征变换之后做kMeans聚类

data

数据文件是:dataset_circles.csv

要求:

  1. 不使用特征变化,使用聚类方法得到的结果
  2. 使用特征变化,使用聚类方法的结果
  3. 自己查找其他的聚类方法,尝试使用一下,看看效果如何