CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - AP 聚类

搜索资源列表

  1. apcluster_win32

    0下载:
  2. 实现AP聚类算法,是基于AP算法自己实现的-AP Clustering
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1631314
    • 提供者:Wilson
  1. apcluster_win32

    0下载:
  2. 使用C语言编写的AP聚类算法,可以直接使用-APcluster
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:93292
    • 提供者:wenrang
  1. APdemo12

    0下载:
  2. 讲解AP聚类算法的Demo程序,可以直接运行,形象生动地描述了聚类算法-Explain the clustering algorithm AP Demo program, you can directly run a vivid descr iption of the clustering algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:151127
    • 提供者:李炎
  1. ap_semisupervised

    0下载:
  2. Semi-supervised Affinity Propagation clustering.基于AP聚类的半监督学习算法。-The programs of semi-supervised AP are suitable for the person who has interests in studying or improving AP algorithm, and then the semi-supervised AP may be an example for reference
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:17893
    • 提供者:troywang
  1. apcluster

    0下载:
  2. AP聚类算法,实现AP近邻聚类,代码我试了是正确的 -AP cluster method
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:4346
    • 提供者:zhuyunkai
  1. apcluster

    0下载:
  2. AP聚类算法:Affinity Propagation (AP) 聚类是最近在Science杂志上提出的一种新的聚类算法。-Affinity Propagation (AP) 聚类是最近在Science杂志上提出的一种新的聚类算法。它根据N个数据点之间的相似度进行聚类,这些相似度可以是对称的,即两个数据点互相之间的相似度一样(如欧氏距离) 也可以是不对称的,即两个数据点互相之间的相似度不等。这些相似度组成N×N的相似度矩阵S(其中N为有N个数据点)。AP算法不需要事先指定聚类数目,相反它将所有的
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:4279
    • 提供者:limin
  1. text-clustering

    0下载:
  2. 文本聚类及主题挖掘相关论文合集,包括了kmeans,层次聚类,ap聚类等等相关方法-Text clustering and topic mining related collection of papers
  3. 所属分类:Development Research

    • 发布日期:2017-11-12
    • 文件大小:22890403
    • 提供者:lyh
  1. Affinity-Propagation

    0下载:
  2. AP聚类算法,里面包含实例,是AP聚类学习的好文件-Affinity Propagation
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17444929
    • 提供者:什锦豆腐
  1. AP

    0下载:
  2. 近邻传播是一种较新颖的聚类方法,运算量少,聚类速度快。-Affinity Propagation is a new clustering method, which has a low calculation and high clustering speed.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1565
    • 提供者:ZhuYouqing
  1. APcluter-introdution

    0下载:
  2. 详细介绍了AP聚类算法,包括原理,实现和数据测试等-AP clustering algorithm is described in detail, including the principles, implementation, and testing data
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:361896
    • 提供者:wang
  1. ap-clustering

    0下载:
  2. 2007在science杂志发表的一种大数据处理的聚类算法 仿射传播算法 有普通版和稀疏矩阵两种-ap cluster
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:9534
    • 提供者:王辛
  1. ap-Code

    0下载:
  2. 本程序为仿射传播聚类的算法,相比较于K均值聚类不需要确定聚类个数,且对初始聚类中心不敏感-This procedure for affinity propagation clustering algorithm, compared to K-means clustering is not required to determine the number of clusters, and is not sensitive to the initial cluster centers
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:21163
    • 提供者:付幸
  1. AP

    0下载:
  2. ap(Affinity Propagation)近邻传播聚类算法的程序和演示代码-demo code of ap(Affinity Propagation)
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:9160
    • 提供者:黄昕
  1. apcluster

    0下载:
  2. ap聚类算法,是发在science的论文介绍的一种聚类算法-ap cluster algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4407
    • 提供者:豪尺
  1. Edit-Propagation-master

    0下载:
  2. 编辑传播的code,利用AP聚类相关特性,来做图像分割和图像编辑-Edit propagation code, using the AP cluster correlation properties do image segmentation and image editing
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-17
    • 文件大小:26051209
    • 提供者:songzc
  1. AP-Clustering-Algorithms

    2下载:
  2. Affinity Propagation (AP) 聚类是2007年在Science杂志上提出的一种新的聚类算法。它根据N个数据点之间的相似度进行聚类,这些相似度可以是对称的,即两个数据点互相之间的相似度一样(如欧氏距离) 也可以是不对称的,即两个数据点互相之间的相似度不等。-Affinity Propagation (AP) Clustering is a new clustering algorithm in 2007 in Science magazine raised. It clust
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:83377
    • 提供者:ChaoXs
  1. AP

    2下载:
  2. 使用AP聚类算法对于8种典型的二维图像进行聚类,并对三维图像压缩后进行聚类-Use AP clustering algorithm for eight kinds of typical two-dimensional image clustering and cluster after a three-dimensional image compression
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:69454
    • 提供者:荣良子
  1. AP

    0下载:
  2. AP聚类算法是基于数据点间的 信息传递 的一种聚类算法。与k-均值算法或k中心点算法不同,AP算法不需要在运行算法之前确定聚类的个数。AP算法寻找的 examplars 即聚类中心点是数据集合中实际存在的点,作为每类的代表-AP clustering algorithm is based on the information transfer between data points of a clustering algorithm. K- and k-means algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:694
    • 提供者:
  1. AP

    0下载:
  2. 利用Matlab软件实现AP(信息传递)聚类算法(Implement AP clustering algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:MrHH
  1. AP聚类聚类算法介绍

    0下载:
  2. 只是本人百度的一点资料,供大家学习 当然没有C++代码,因为我没上传(There is a simple word about the Affinity Propagation, lets learn together.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:147456
    • 提供者:penflower
« 1 23 »
搜珍网 www.dssz.com