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

搜索资源列表

  1. FCM聚类算法

    2下载:
  2. 图像处理方面,标准FCM聚类算法源代码,可以根据自己论文的需要进行修改,重要的是完全显示了算法的实现过程,是对你绝对有用的好东东!
  3. 所属分类:图形/文字识别

  1. 复杂网络聚类算法

    3下载:
  2. 复杂网络的聚类算法
  3. 所属分类:源码下载

    • 发布日期:2010-11-14
    • 文件大小:7247
    • 提供者:dongjuan
  1. 若干聚类算法.doc

    3下载:
  2. 若干聚类算法.doc
  3. 所属分类:其它文档

  1. 聚类算法

    0下载:
  2. 聚类算法
  3. 所属分类:图形图象

    • 发布日期:2011-09-26
    • 文件大小:7542
    • 提供者:ycliuharbin
  1. mpi并行计算聚类程序

    3下载:
  2. 用mpi并行技术设计的聚类算法,用c++写的,绝对能执行的,很不错的,再vc++6.0和mpich2集成的并行环境下执行
  3. 所属分类:远程控制编程

  1. K-均值聚类算法

    13下载:
  2. K-均值聚类算法,对数据进行聚类分析,可用于提取关键帧等。用matlab实现,K-means clustering algorithm, cluster analysis of data that can be used, such as key frame extraction. Using matlab to achieve
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-07-16
    • 文件大小:122757
    • 提供者:zhengmin
  1. kMedoids.rar k-中心聚类算法的matlab实现

    6下载:
  2. k-中心聚类算法的matlab实现。直接读取文档数据,没有维限制。,k-Medoids clustering algorithm matlab implementation. Document data read directly, there is no dimension restrictions.
  3. 所属分类:matlab例程

    • 发布日期:2016-01-25
    • 文件大小:2217
    • 提供者:
  1. 模式识别-模糊聚类算法--传递闭包法

    3下载:
  2. 模式识别-模糊聚类算法--传递闭包法,追踪法-matlab程序,Pattern Recognition- Fuzzy Clustering Algorithm- transitive closure procedures for law-matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-03-22
    • 文件大小:1813
    • 提供者:zyp
  1. 模糊C均值聚类算法

    1下载:
  2. 模糊C均值聚类算法工具箱 总有一种程序适合你
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-05-19
    • 文件大小:111375
    • 提供者:chingwang
  1. 基于模拟退火算法的聚类算法

    3下载:
  2. 这是基于模拟退火算法的聚类算法,是一个很好的聚类问题。(This is a clustering algorithm based on simulated annealing algorithm and is a good clustering problem.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:18432
    • 提供者:tzyyzt
  1. 聚类算法在图像分割中的应用

    1下载:
  2. MATLAB程序/聚类算法在图像分割中的应用/主要用于图像聚类(MATLAB/clustering algorithm is used in image segmentation for image clustering)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:7168
    • 提供者:HKJWJY
  1. 聚类算法java实现

    1下载:
  2. 学校期间练习的小程序,聚类算法,供初学者使用(During the school practice of small procedures, clustering algorithm for beginners to use)
  3. 所属分类:游戏

    • 发布日期:2017-12-25
    • 文件大小:59392
    • 提供者:baymax04
  1. labview中实现聚类算法

    1下载:
  2. labview中实现聚类算法的经典案例,由NI LAB编写,不但有程序,还有说明文档(LabVIEW clustering algorithm to achieve a classic case, written by NI LAB, not only procedures, as well as documentation)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:741376
    • 提供者:csg
  1. 基于粗糙集的层次聚类算法研究

    1下载:
  2. 实现了两种基于粗糙集模型的层次聚类算法,采用java编程语言实现(Hierarchical clustering algorithm for categorical data using a probabilistic rough set model)
  3. 所属分类:数据挖掘

    • 发布日期:2018-03-24
    • 文件大小:957440
    • 提供者:迷糊的胡胡
  1. k-means聚类算法

    5下载:
  2. k-means聚类算法的代码实现,只需要更改数据就可以实现,而且有注释,很容易懂(The code implementation of the k-means clustering algorithm can be realized only by changing the data, and there are notes that make it easy to understand)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-06
    • 文件大小:1024
    • 提供者:leehomgangzai
  1. 聚类算法

    0下载:
  2. 这是关于模糊算法中的聚类算法,对于研究聚类算法的有一定研究参考价值。(This is a clustering algorithm in fuzzy algorithm, which has a certain reference value for the study of clustering algorithm.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-30
    • 文件大小:2215936
    • 提供者:winnerche
  1. 基于遗传模拟退火算法的聚类算法

    2下载:
  2. 遗传模拟退火算法和聚类算法的结合,有助于学生课程设计,熟悉算法代码的学习(The combination of genetic simulated annealing algorithm and clustering algorithm is helpful to students' curriculum design and familiarity with algorithm code learning.)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-17
    • 文件大小:12288
    • 提供者:重中之重去
  1. matlab实现Kmeans聚类算法

    1下载:
  2. matlab实现Kmeans聚类算法,非常详细。(The algorithm is designed to test the MATLAB clustering algorithm and is very useful.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-03
    • 文件大小:3072
    • 提供者:天凡
  1. k-means聚类算法

    1下载:
  2. K-MEANS聚类算法实现,方法简单,容易实现(K-MEANS clustering algorithm, simple and easy to implement.)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-20
    • 文件大小:12288
    • 提供者:yimingxuhome
  1. 聚类算法

    2下载:
  2. 文件夹中主要有二维的K-means,gmm,mean-shift,三维的K-means聚类算法的程序,同时已经经过本人验证无误,可以成功运行,有问题的可以私下交流。(Folder mainly two-dimensional k-means, GMM, mean-shift, three-dimensional k-means clustering algorithm procedures, at the same time has been verified by myself, can be
  3. 所属分类:通讯编程

    • 发布日期:2020-04-18
    • 文件大小:10240
    • 提供者:xuebiao
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com