文件名称:AP-Clustering-Algorithms
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
Affinity Propagation (AP) 聚类是2007年在Science杂志上提出的一种新的聚类算法。它根据N个数据点之间的相似度进行聚类,这些相似度可以是对称的,即两个数据点互相之间的相似度一样(如欧氏距离) 也可以是不对称的,即两个数据点互相之间的相似度不等。-Affinity Propagation (AP) Clustering is a new clustering algorithm in 2007 in Science magazine raised. It clustering based on the similarity between the N data points, these similarities may be symmetrical, ie, the similarity between the two data points to each other, like (eg Euclidean distance) can also be asymmetrical, ie the similarity between the two data points each month.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AP聚类算法\apcluster.m
..........\aptest.m
..........\aptest.txt
..........\AP聚类结果.jpg
..........\test1.mat
..........\原始数据.jpg
AP聚类算法