文件名称:julei
- 所属分类:
- matlab例程
- 资源属性:
- 上传时间:
- 2017-12-01
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- Wande******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
聚类算法是给一大堆原始数据,然后通过算法将其中具有相似特征的数据聚为一类。
这里的k-means聚类,是事先给出原始数据所含的类数,然后将含有相似特征的数据聚为一个类中。(The clustering algorithm is given to a large number of original data, and then the data with similar features are gathered into a class by algorithm.
The K-means clustering here is to give the number of classes contained in the original data in advance, and then gather the data with similar features into a class.)
这里的k-means聚类,是事先给出原始数据所含的类数,然后将含有相似特征的数据聚为一个类中。(The clustering algorithm is given to a large number of original data, and then the data with similar features are gathered into a class by algorithm.
The K-means clustering here is to give the number of classes contained in the original data in advance, and then gather the data with similar features into a class.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
JuLei.m | 1020 | 2017-11-29 |
KMeans.m | 1642 | 2017-11-29 |