CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - k means 聚类

搜索资源列表

  1. kmeans

    0下载:
  2.  k-means 算法接受参数 k ;然后将事先输入的n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-K-means algorithm accept parameter k Then will the n of prior input data object is divided into k clustering to make won clu
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:570
    • 提供者:彭立军
  1. K-mean

    0下载:
  2. 最近邻分类器是一个用来聚类的算法,可以用来对iris数据进行聚类-k-means is a neanest alogorim
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1688
    • 提供者:zcg
  1. Clusters

    0下载:
  2. K-均值聚类算法和分层聚类算法的C语言实现。包含有样本数据文件,适用于聚类算法的初学者。-K-means clustering algorithm and hierarchical clustering algorithm in C language. Clustering algorithms for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3506
    • 提供者:戴汶倬
  1. PSO_K

    0下载:
  2. 粒子群与K均值聚类的混合算法,值得拥有。-PSO and the hybrid K-means clustering algorithm, worth having.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1680
    • 提供者:Stone
  1. kmeans

    0下载:
  2. K均值聚类算法,短小实用。可以试一试哈。-k-means cluster. Matlab Code.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:900
    • 提供者:武锐
  1. KMeansAlgorithmCPP

    0下载:
  2. 本代码能够实现的是模式识别中的一种分类方法-k均值聚类算法-This code can be met is a kind of pattern recognition of the classification method-k-means clustering algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:145299
    • 提供者:songli
  1. K_means

    0下载:
  2. K均值聚类,适合初学者学习,有详细备注。-K means segmentaion is suitable for the fresher,ditial applitation.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:23409
    • 提供者:wangjunling
  1. KLS_RBF1

    0下载:
  2. 有归一化的基于k均值聚类和LS的matlab程序,神经网络算法-rbf based on k-means and ls,with standard
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2203
    • 提供者:chengwei
  1. k_means

    0下载:
  2. 功能完善的、代码简单清晰、注释良好的k均值聚类算法-The function is perfect, code simple clear, annotation good k-means clustering algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7045
    • 提供者:张青
  1. K_means

    0下载:
  2. k-means算法是根据聚类中的均值进行聚类划分的聚类算法。 输入:聚类个数k,以及包含n个数据对象的数据。 输出:满足方差最小标准的k个聚类。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:18224
    • 提供者:27g
  1. C_Means

    0下载:
  2. K均值聚类是模式识别中非常重要的一种方法,通过K均值聚类可以将具有相同属性的元素进行聚合。-K-means clustering is a very important one in the pattern recognition method, polymerization by K-means clustering with the elements of the same property.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1426
    • 提供者:张磊
  1. C_mean_face

    0下载:
  2. k均值聚类,能够实现最简单的k——均值聚类,在模式分类中具有重要用途-k-means clustering, to achieve the simplest k- means clustering, pattern classification purposes
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:848
    • 提供者:卢炳雄
  1. k-and-isodata

    0下载:
  2. 模式训别的k均值算法和isodata聚类算法c++实现,程序有较清楚的注释,且有word文档说明程序是如何实现算法的,对于刚接触模式识别的程序具有很好的启发作用,不足之处是没有用mfc完成界面编程-Mode of training to achieve other k-means algorithm and isodata clustering algorithm c++, procedures clearer notes and word documents that the program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1074621
    • 提供者:kevin
  1. kmeans

    0下载:
  2. K均值聚类算法,此算法自动把数据组聚类分割,效果很好-K-means clustering algorithm, this algorithm automatically data set clustering segmentation with good results
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1049
    • 提供者:chenlei
  1. kmeans_c

    0下载:
  2. K-MEANS算法是输入聚类个数k,以及包含 n个数据对象的数据库,输出满足方差最小标准的k个聚类。-K-MEANS algorithm is the input number of clusters k, and includes n data object database, and outputs k clusters to meet the minimum variance standard.
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:3100
    • 提供者:佐伊
  1. k-meansalgorithm

    0下载:
  2. 上传的代码得到的数据部分是根据计算机随机生成的,在看代码的时候有个生动的例子看起来是很好的。k-means算法的聚类特征依然是距离特征-Upload the code to get the data part is randomly generated according to the computer, there is a vivid example, when looking at the code looks good. k-means algorithm clustering feat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:4278
    • 提供者:李迅
  1. Desktop

    0下载:
  2. k均值聚类及自组织映射(SOFM)算法应用 二维模式矢量的分类-k-means clustering and self-organizing map (SOFM) algorithm is applied two-dimensional mode vector classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:695628
    • 提供者:王亚真
  1. Kmeans

    1下载:
  2. 网上到处都是一维k均值聚类,而这是一个二维k均值聚类的代码,老外写的,说明较详细,稍加修改就可以融入自己的项目中。-Everywhere online one-dimensional k-means clustering, which is a two-dimensional k-means clustering code, written by foreigners, the more detailed, slight modifications can be integrated into
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:1283
    • 提供者:王东
  1. k_mean

    1下载:
  2. 在聚类分析中,K-均值聚类算法(k-means algorithm)是无监督分类中的一种基本方法,其也称为C-均值算法,其基本思想是:通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。 -In cluster analysis, K-means clustering algorithm (k-means algorithm) is unsupervised classification is a basic method, which is also known as C
  3. 所属分类:matlab

    • 发布日期:2015-01-11
    • 文件大小:7168
    • 提供者:wang run
  1. Untitled3

    0下载:
  2. K均值聚类分析,好东西啊,想认真学习matlab的认真看下-K-means clustering analysis, a good thing, ah, want to seriously look carefully to learn matlab
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1081
    • 提供者:xuzhe
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 47 »
搜珍网 www.dssz.com