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

搜索资源列表

  1. K-Means聚类

    1下载:
  2. k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效。-k-means clustering algorithm source code. Kmeans is a common segmentation algorithm is simple but efficient.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.62kb
    • 提供者:熊健
  1. K-MEANS

    0下载:
  2. k-mean算法的源码,对聚类非常有用!!可以直接使用!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:33.47kb
    • 提供者:谢潇
  1. K-均值聚类算法C++编程

    3下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.98kb
    • 提供者:韩磊
  1. 以K-均值聚类结果为初始解的模拟退火聚类

    0下载:
  2. 由于K-均值聚类算法局部最优的特点,而模拟退火算法理论上具有全局最优的特点。因此,用模拟退火算法对聚类进行了改进。20组聚类仿真表明,平均每次对K结果值改进8次左右,效果显著。下一步工作:实际上在高温区随机生成邻域是个组合爆炸问题(见本人上载软件‘k-均值聚类算法’所述),高温跳出局部解的概率几乎为0,因此正考虑采用凸包约束进行模拟聚类,相关工作正在进行。很快将奉献给各位朋友。-as K-means clustering algorithm for optimal local character
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.64kb
    • 提供者:韩磊
  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
    • 文件大小:119.88kb
    • 提供者:zhengmin
  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
    • 文件大小:37.1kb
    • 提供者:康卫
  1. K-means

    0下载:
  2. K-均值聚类分析,程序不完整,急需下载东西,所以出此下策,请谅解!-K-means Clustering
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:132.04kb
    • 提供者:任尚昆
  1. K-means

    0下载:
  2. 通过对聚类分析及其算法的论述,从多个方面对这些算法性能进行比较,同时以儿童生长发育时期的数据为例通过聚类分析的软件和改进的K-means算法来进一步阐述聚类分析在数据挖掘中的实践应用。-Through cluster analysis and discussion of algorithms, from a number of aspects of the performance of these algorithms compared to growth and development of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:10.18kb
    • 提供者:李华琼
  1. dataset

    0下载:
  2. matlab 代码 k-means 算法 实现2-D数据的聚类-matlab code for k-means algorithm is 2-D data clustering
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.57kb
    • 提供者:王新民
  1. kmeans

    2下载:
  2. 使用K-均值聚类算法在IRIS数据上进行聚类分析.-K-means clustering algorithm using IRIS data in the cluster analysis.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3.29kb
    • 提供者:李海
  1. k_means_cluster

    1下载:
  2. k均值聚类算法 ,c语言实现 了基于均值的聚类分析,同时增加了多维向量分析功能,使得聚类的收敛速度更快。-k means clustering algorithm, c language implemented based on the mean cluster analysis, while increasing the multi-dimensional vector analysis functions, making the convergence faster clustering.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:320.67kb
    • 提供者:pulutarch
  1. k-means.py

    3下载:
  2. k-means算法的python直接通过word2vec生成的向量空间数据放入,可直接获得所需要的聚类结果。可以自己设定输出的类别数目。-K-means algorithm directly into the vector space data generated by word2vec, you can directly obtain the desired clustering results. You can set the number of output categories.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:lixiang
  1. 基于SOA的K-means算法

    0下载:
  2. 基于SOA的聚类算法,完整程序,里面含有普通的聚类代码,还有SOA算法,总共五个mailab程序(SOA based clustering algorithm, complete program, contains common clustering code, and SOA algorithm, a total of five mailab programs)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:11kb
    • 提供者:语与鱼
搜珍网 www.dssz.com