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

搜索资源列表

  1. 结合聚类的分水岭算法

    2下载:
  2. 结合聚类的分水岭算法。先对图像进行改进的分水岭运算,然后在对图像进行聚类得到比较精确的图像,效果较好
  3. 所属分类:源码下载

    • 发布日期:2012-03-15
    • 文件大小:1618
    • 提供者:wuyandeqingdan
  1. 聚类算法

    1下载:
  2. 谱聚类算法 VC6.0实现
  3. 所属分类:源码下载

    • 发布日期:2012-03-15
    • 文件大小:10708
    • 提供者:anan1205
  1. 聚类算法工具箱

    0下载:
  2. 聚类算法工具箱
  3. 所属分类:源码下载

  1. Clique聚类算法Java版.rar

    0下载:
  2. Clique聚类算法Java版.rar
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-05-23
    • 文件大小:1690252
    • 提供者:wenlildh
  1. K-均值聚类算法

    2下载:
  2. K-均值聚类算法的matlab源程序,K-均值聚类算法的matlab源程序
  3. 所属分类:matlab例程

    • 发布日期:2012-06-07
    • 文件大小:2434
    • 提供者:whitter
  1. kmeans算法。opencv上面聚类算法的例子

    0下载:
  2. kmeans算法。opencv上面聚类算法的例子,是一个很好的学习程序。-kmeans algorithm. A good example for learning kmeans.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4538283
    • 提供者:xiaoyan
  1. KMean 模式识别中最经典的K均值聚类算法

    2下载:
  2. Matlab语言编写,模式识别中最经典的K均值聚类算法。-KMEAN algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-30
    • 文件大小:561
    • 提供者:成东
  1. FuzzyCMeans

    0下载:
  2. FCM聚类算法,共大家参考,多多学习,谢谢大家,共同学习聚类算法-FCM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:6070
    • 提供者:ss
  1. textcluster

    0下载:
  2. 文本聚类算法源码,包含tf.idf计算的实现,采用java语言编写-text cluster algorithm, including the computation of tf.idf ,written by Java
  3. 所属分类:Search Engine

    • 发布日期:2017-04-01
    • 文件大小:8741
    • 提供者:谭磊
  1. 11912900SpectralClustering

    1下载:
  2. 谱聚类算法进行图像分割,该算法应用MATLAB运行。-Spectral clustering algorithm for image segmentation, the algorithm is applied to run MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1358
    • 提供者:liulili
  1. K-Means

    0下载:
  2. K均值聚类算法 C++实现的K均值聚类算法。-K means clustering algorithm C++ Achieved K-means clustering algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2016-06-30
    • 文件大小:179490
    • 提供者:ellen
  1. kmean

    0下载:
  2. 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10711
    • 提供者:刘斌
  1. kmeans_src

    0下载:
  2. java 语言编写的kmeans聚类算法源代码,非常有用。-BenchmarkedKMeans for java and BasicKMeans for java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:23741
    • 提供者:郭东
  1. apcluster

    1下载:
  2. 无监督聚类算法,能够自动聚类,不必预先给出类数,聚类精度好于常用的聚类算法.-Unsupervised clustering algorithm, can automatically cluster, do not have to give in advance the number of categories, clustering accuracy of better than commonly used clustering algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4276
    • 提供者:李好
  1. aa

    1下载:
  2. 层次聚类算法的c++实现,输入分类个数,可以得到相应的分类结果-Hierarchical clustering algorithm to achieve the c++, enter the classification number, you can get the classification results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:39874
    • 提供者:zhengnan
  1. k-meams(sourcecode)

    2下载:
  2. C#实现k均值文本聚类算法,文本聚类C#源程序,k-means聚类算法-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-21
    • 文件大小:37988
    • 提供者:康卫
  1. SA_GA

    3下载:
  2. 基于遗传模拟退火算法的聚类算法。将模拟退火算法与遗传算法相结合用于聚类分析,由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。 -Genetic simulated annealing algorithm based on clustering algorithms. Simulated annealing algorithm and genetic algo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-11
    • 文件大小:5833
    • 提供者:杨剑浩
  1. TestK

    0下载:
  2. java的k-means聚类算法实现,使用了2维的聚类算法,在数据统计以及图像识别方面不错-java of the k-means clustering algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:9308
    • 提供者:
  1. ISODATA

    1下载:
  2. 本源程序为ISODATA聚类算法 可以达到很好的聚类效果-The source code for the ISODATA clustering algorithm can achieve very good clustering results
  3. 所属分类:Special Effects

    • 发布日期:2015-03-25
    • 文件大小:2372
    • 提供者:朱东
  1. K-means_cluster

    0下载:
  2. 这是一个基于K-means的聚类算法,可用于网页信息聚类,例如电子产品的型号聚类等。-This is based on the K-means clustering algorithm, clustering can be used for website information, such as electronic products, such as the Model Cluster.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:11073959
    • 提供者:nancy
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com