CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - k mean algorithm

搜索资源列表

  1. src

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

    • 发布日期:2017-04-06
    • 文件大小:5407
    • 提供者:lc
  1. important2

    0下载:
  2. 基于聚类的径向基神经网络的设计算法,采用的是K均值聚类。实现函数拟合!-The design algorithm of radial basis function neural network based on clustering, using the K mean clustering. Realize the function fitting!
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:794
    • 提供者:范敬柱
  1. gerbil-1.0b-win-x64

    0下载:
  2. image segmentation with k-means algorithm and mean shift clustering and filtering
  3. 所属分类:CSharp

    • 发布日期:2017-06-10
    • 文件大小:17403065
    • 提供者:chawki
  1. background-model3

    0下载:
  2. 针对背景差法易受外界环境因素影响的缺点, 提出了一种基于改进K-均值聚类的背景建模方法。通过比较任意样本与该像素位置处的子类中心之间的距离, 对各个像素的观察值进行聚类, 并在聚类过程中逐步确定其类别数。一段时间的学习之后, 样本数最多的子类就构成了背景模型。仿真结果表明, 该算法即使在运动目标存在的情况下也能准确的提取出实际的 背景, 而且显著地降低了系统的存储量。-Aimed at the disadvantage that background subtraction was liab
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1494844
    • 提供者:
  1. FCM

    0下载:
  2. 自己实现的,模糊C均值聚类的代码,在K-mean上添加了隶属度矩阵。注释详细,方便理解算法步骤-my implementation, Fuzzy C-Means clustering code in the K-mean adding a membership matrix. Notes detailed, easy to understand algorithm steps
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:31067
    • 提供者:yaoli
  1. K_Means

    0下载:
  2. k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。一般都采用均方差作为标准测度函数. k个聚类具有以下特点:各聚类本身尽可能的紧凑,而各聚类之间尽可能的分开。下面给出我写的源代码。-work process k-means al
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1953
    • 提供者:xiaojade
  1. kmeans(cp2Bp2B)

    0下载:
  2. kmeans聚类算法实现图像分割, 基于K-MEAN的图像分割,方便实用,对于图像处理的研究生很有参考价值的!-kmeans clustering algorithm for image segmentation, image segmentation based on K-MEAN, convenient and practical, for image processing graduate of great reference value!
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:3015
    • 提供者:吴轩
  1. kmeanhar

    0下载:
  2. a simple yet effective code for k mean clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3237
    • 提供者:suman
  1. Kmeans

    0下载:
  2. k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-k-means algorithm accepts input k then n data objects into k clusters in order to make clustering satisfy obtained: the objects i
  3. 所属分类:matlab

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

    0下载:
  2. Detection of viruses in tomatoes leaf based on K-Mean clustering algorithm-Detection of viruses in tomatoes leaf based on K-Mean clustering algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1213232
    • 提供者:mokhtar
  1. RBF

    0下载:
  2. 使用k-mean确定RBF网络隐层中心点,后使用改进的梯度下降算法实现径向基神经网络的c++源程序,开发环境vs2010,可直接加载到自己的项目中。-Determined using k-mean RBF hidden layer center, the use of the improved gradient descent algorithm RBF neural network c++ source code, development environment vs2010
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3690
    • 提供者:zhangwanli
  1. EM

    0下载:
  2. EM 算法,先K-mean 聚类,然后LGB分裂-EM algorithm, the first K-mean clustering, then LGB split
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:7454542
    • 提供者:王磊
  1. adfagf

    0下载:
  2. K-均值类算法的matlab源码,很实用,注解详细-K- mean class algorithm matlab source code, very practical, detailed notes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2200
    • 提供者:谈继勇
  1. Kmeans-and-PCA

    0下载:
  2. K—mean分类和主成分分析法的应用实例,很明晰的讲解实例,非常适合算法应用的学习-Application examples Kmean classification and principal component analysis, it is clear to explain instance, very suitable learning algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-29
    • 文件大小:11463887
    • 提供者:不错哦matlab
  1. K_Mean

    0下载:
  2. K_Mean聚类分析算法用于各地区城镇居民年人均收入的分析(分别4类),包括原始数据以及代码!结果在Data1、Data2、Data3、Data4中.-K Mean clustering algorithm used to analyze the regional urban residents per capita income (Class 4, respectively), including the original data and code! Result in Data1, Dat
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:9363
    • 提供者:刘韬
  1. AIS

    3下载:
  2. 船舶AIS轨迹提取,作出船舶AIS轨迹图。在此基础上,实现基于空间相似距离的K均值轨迹聚类。算法可以自定义轨迹聚类初始轨迹或者由程序随机生成初始轨迹,采用迭代的方法直到确定最终的聚类中心。-The extraction of ship AIS trajectory, make ship AIS trajectories. On this basis, to achieve similar K mean trajectory clustering based on distance space.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:66632
    • 提供者:张春辉
  1. Kmean

    0下载:
  2. k-mean聚类算法。最简实现,全部做了中文注释-K-mean clustering algorithm. The simplest implementation, all done in Chinese Notes
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2690
    • 提供者:jacky
  1. kmeans

    0下载:
  2. 可以直接拿来用 python2.7 在数据挖掘中,K-Means算法是一种 cluster analysis 的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。(In the data mining, K-Means algorithm is a cluster analysis algorithm, which is mainly to calculate the data aggregation algorithm, mainly through the con
  3. 所属分类:人工智能/神经网络/深度学习

  1. Speech Processing Analysis - MATLAB

    0下载:
  2. The number of states in GMM as the generative model of the frames is obtained using k-means algorithm. This also helps to initialize the mean vector and the covariance matrix of the individual state of the GMM. The training LPC frames collected fro
  3. 所属分类:语音合成与识别

    • 发布日期:2017-12-28
    • 文件大小:728064
    • 提供者:Khan17
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com