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

搜索资源列表

  1. 2655143923

    0下载:
  2. 此程序是在VC环境下实现k-means均值聚类算法-this procedure is in VC environment to achieve k-means clustering algorithm Mean
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39561
    • 提供者:zheng
  1. kmean

    0下载:
  2. 这是模式识别中关于k均值动态聚类算法的matlab源码-This is the pattern recognition on the k-means clustering algorithm Matlab FOSS
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:36047
    • 提供者:fuali
  1. KMEANS

    0下载:
  2. k-means 动态聚类算法源程序 非常好用 高的效率
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:30037
    • 提供者:张红
  1. Kmeans

    0下载:
  2. 在Visual C++.NET2003平台下实现聚类算法中的K-MEANS算法,对随机生成的点进行了聚类。使用单文档结构,并将聚类结果显示出来。
  3. 所属分类:.net编程

    • 发布日期:2014-01-16
    • 文件大小:63710
    • 提供者:杨维斌
  1. wawatextcluster

    0下载:
  2. 蛙蛙的中文文本聚类,主要采用k-means算法。wawa s text cluster using C#.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17173
    • 提供者:陈石
  1. 新建 Microsoft Word 文档 (3)

    0下载:
  2. 基于划分的聚类分析算法k-means,主要用于数据挖掘领域.-Partition - based cluster analysis algorithm k-means, used mainly for data mining areas.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3067
    • 提供者:许朝
  1. K_average

    0下载:
  2. 模式识别的经典算法之一,动态聚类的k均值算法,不同于普通的聚敛算法。-One of the classic pattern recognition algorithms, dynamic clustering of the k-means algorithm, the convergence algorithm is different from the ordinary.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:2665
    • 提供者:bqllda
  1. clustering

    0下载:
  2. 一种聚类算法的源代码,用的是k-means,很好用的,我试过-a kind of algorithm for clustering
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:104704
    • 提供者:蔡青青
  1. ordinary_algorithm_for_pattern_recognition

    1下载:
  2. 使用C语言实现的一些简单模式识别聚类算法,用于简单的二维坐标系点的聚类。有最短距离算法、K均值算法、近邻算法、fcm算法、最大最小距离算法。-Using the C language implementation of some simple pattern recognition clustering algorithm for a simple two-dimensional coordinate system point of clustering. Has the shortest di
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4983
    • 提供者:lee
  1. pattern-recognition

    0下载:
  2. 用matlab实现模式识别里的K-均值聚类算法,算法简单-Pattern Recognition using matlab to achieve in the K-means clustering algorithm, the algorithm is simple
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:388407
    • 提供者:戴涛
  1. kmeans

    0下载:
  2. K均值聚类算法,可手动输入或xls读入数据-K-means clustering algorithm, can be manually entered or XLS reading da
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1798
    • 提供者:戴雪
  1. kMeansCluster

    0下载:
  2. k-Means 算法接受输入量 k ;然后将 n 个数据对象划分为 k 个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个 “ 中心对象 ” (引力中心)来进行计算的。-K-Means algorithm accepts input amount of K then the object n data is divided into k cluster so that the obtained clusteri
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1345
    • 提供者:dragon
  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. K_means

    0下载:
  2. 一种聚类方法,K均值聚类。一种简单的聚类方法-K means
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1015
    • 提供者:杨斌
  1. kemanstuxiang

    0下载:
  2. 利用K均值聚类算法进行图像分类的基本方法,将模式识别方法与图像处理技术相结合,-Using K means clustering algorithm to carry out the basic method of image classification, the pattern recognition method and image processing technology,
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:693
    • 提供者:科研
  1. Kjunzhi

    0下载:
  2. K-均值聚类算法的源文件,可以解决基本的聚类问题-K- means clustering algorithm source files, you can solve the basic problem of clustering
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1528
    • 提供者:雪天
  1. ClusterAnalysis_2014.11.4

    0下载:
  2. 模式识别的聚类分析。K均值聚类算法是先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是没有(或最小数目)对象被重新分配给不同的聚类,没有(或最小数目)聚类中心再发生变化,误差平方和局部最小。-Pattern recognition clustering
  3. 所属分类:Console

    • 发布日期:2017-06-20
    • 文件大小:33571397
    • 提供者:周思洁
  1. k-means_old-faithful-master

    0下载:
  2. k-means属于划分法的聚类算法,能够见数值样本按照一定的规律划分为用户指定的类别(The goal of the algorithm is to partition a given dataset into a user-specified number of clusters, k, and obtain the similarity between samples of the same cluster rather than the different clusters)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:5120
    • 提供者:宏超
  1. k_means

    0下载:
  2. 一般的常规的k均值聚类,源码,没有数据,随便输入一个数据体就可以(General conventional k-means clustering, source code, no data, just enter a data body can)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:刘阿斗2
  1. qam_16_kmeans

    1下载:
  2. 1. 在matlab中,对k均值聚类算法的原理进行仿真实现; 2. 在不同信噪比下,比较接收QAM信号的星座图; 3. 对接收的星座图使用K均值算法进行均衡,比较使用算法和不使用算法直接解调的误码率。(1.we simulate the principle of K means clustering algorithm in MATLAB. 2. the constellation diagram of receiving QAM signals is compared at
  3. 所属分类:其他

    • 发布日期:2020-10-21
    • 文件大小:4096
    • 提供者:wangjiawei
« 1 2 3 4 5 6 78 9 10 11 12 »
搜珍网 www.dssz.com