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.

12 lines
358 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## Homework 03 - kMeans
如何将下列数据进行特征变换之后做kMeans聚类
![data](images/data.png)
数据文件是:`dataset_circles.csv`
要求:
1. 不使用特征变化,使用聚类方法得到的结果
2. 使用特征变化,使用聚类方法的结果
3. 自己查找其他的聚类方法,尝试使用一下,看看效果如何