CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - k-mean clustering

搜索资源列表

  1. K_mean_clustering

    0下载:
  2. k-mean clustering Matlab M-file
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4713
    • 提供者:Sam
  1. kMeansProjectiveClustering

    0下载:
  2. K-mean clustering. hope you enjoy
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3811
    • 提供者:Sam
  1. k-mean-draw

    0下载:
  2. 根据聚类结果,对已经聚类好的数据进行处理,并利用svg画出各部分的趋势图。-According to the clustering results, clustering of good data has been processed, and used to draw the various parts of the svg trends.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1812
    • 提供者:huangfei
  1. PAM

    0下载:
  2. PAM(Partitioning Around Medoid,围绕中心点的划分)算法是是划分算法中一种很重要的算法,有时也称为k-中心点算法,是指用中心点来代表一个簇。PAM算法最早由Kaufman和Rousseevw提出,Medoid的意思就是位于中心位置的对象。PAM算法的目的是对n个数据对象给出k个划分。PAM算法的基本思想:PAM算法的目的是对成员集合D中的N个数据对象给出k个划分,形成k个簇,在每个簇中随机选取1个成员设置为中心点,然后在每一步中,对输入数据集中目前还不是中心点的成员根
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1592
    • 提供者:赵元
  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. fun_traindic_kmeans

    0下载:
  2. kmeans 聚类算法,主要用来对一堆数据形成他们的码本-k-means clustering is a method of vector quantization originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which ea
  3. 所属分类:其他小程序

    • 发布日期:2018-11-14
    • 文件大小:127
    • 提供者:程小青
  1. Untitled2

    0下载:
  2. k-mean算法,使用matlab工具箱工具对图像进行聚类分割。-k-mean algorithm, using matlab clustering toolbox tool for image segmentation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1047
    • 提供者:张寒
  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. km

    0下载:
  2. 首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然 后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。一般都采用均方差作为标准测度函数. k个聚类具有以下特点:各聚类本身尽可能的紧凑,而各聚类之间尽可能的分开。 该算法的最大优势在于简洁和快速。算法的关键在于初始中心的选择和距离公式。 -First, choo
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:583
    • 提供者:周雨奇
  1. k-mean-clustering

    1下载:
  2. k-means algorithm descr iption with examples with visual basic code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2484499
    • 提供者:javid
  1. segmentation

    0下载:
  2. Segmentation with k means clustering and mean shift
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1835389
    • 提供者:taatyaa
  1. gengnou_v78

    0下载:
  2. 基于K均值的PSO聚类算法,均值便宜跟踪的示例,非归零型差分相位调制信号建模与仿真分析 。- K-means clustering algorithm based on the PSO, Example tracking mean cheap, NRZ type differential phase modulation signal modeling and simulation analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:7246
    • 提供者:knxaygra
  1. kmeans (2)

    0下载:
  2. k mean code for clustering data
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:4096
    • 提供者:haidyit
  1. Kmeans

    0下载:
  2. 对已知数据进行k均值聚类,数据保存在txt文件(K mean clustering for known data)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:fairy0_0
  1. K-mean Clustering and RBF _V_1.0

    0下载:
  2. Radial Basis Function with K Mean Clustering using Pseudo inverse method
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:129024
    • 提供者:benatiyah
  1. 聚类分析

    1下载:
  2. 聚类分析算法 k均值算法 对地图上的点进行聚类事例(Clustering analysis algorithm k mean algorithm for clustering of points on maps)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:2048
    • 提供者:Akakun
  1. k-means程序

    0下载:
  2. 介绍了k-means 均值聚类,能很好的将离散的点,聚类成几个指定的聚合点。(The K-means mean clustering is introduced, and the discrete points can be well clustered into several designated aggregation points.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:asq109
  1. k均值聚类算法

    0下载:
  2. 根据k均值聚类的原理,实现一些数字的聚类,但是具体类别数需要自己设置(Clustering of some numbers by K mean clustering)
  3. 所属分类:其他

  1. 49779421k-mean

    0下载:
  2. k均值聚类程序,虽然matlab中也有自带的,但是这个速度不错。(K mean clustering program, although matlab also has its own, but this speed is good.)
  3. 所属分类:其他小程序

    • 发布日期:2018-11-07
    • 文件大小:1370
    • 提供者:xx123123123123
搜珍网 www.dssz.com