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

搜索资源列表

  1. cluster-2.9

    1下载:
  2. ClustanGraphics聚类分析工具。提供了11种聚类算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Linkage (or Maximum Method, Furthest Neighbor) Average Linkage (UPGMA) Weighted Average Linkage (WPGMA) Mean Proximity Centroid (UPGMC)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-21
    • 文件大小:56120
    • 提供者:wangyexin
  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
    • 文件大小:328366
    • 提供者:pulutarch
  1. k_means

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

    • 发布日期:2017-04-02
    • 文件大小:1072
    • 提供者:lx
  1. color-image-segment-code

    1下载:
  2. 这是一个关于彩色图像分割的报告,内含源代码及处理结果等,图像分割采用K-mean聚类分割方法。-K-mean cluster segment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2631491
    • 提供者:3rdo
  1. K-MEANS

    0下载:
  2. 均值计算方法源码实现:分群的方法,就改成是一个最佳化的問題,換句话說,我們要如何选取 c 个群聚以及相关的群中心,使得 E 的值为最小。 -Method of calculating the mean source implementation: clustering method, based on the best change is a problem, in other words, how do we choose c a center cluster and related g
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2369
    • 提供者:qing
  1. mean-K-KPCA

    0下载:
  2. 通过核 K- 均值聚类的方法对语音帧进行聚类 , 由于聚类的中心能够很好地代表类内的特征, 用中心样本帧取代该类, 减少了核矩阵的维数, 然后再采用稀疏 KPCA方法对核矩阵进行特征提取。-Through the nuclear K-means clustering method for clustering of speech frames, the cluster center can be a good representative of the class characteristics
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:185689
    • 提供者:piano
  1. K-Mean-Clustering-Code-in-Matlab

    0下载:
  2. k 均值聚类算法 ,能有效的将数据分成k类 但是具有k参数难以确定的缺点。 -k-means algorithm can cluster data into K class but, the parameter K can not be selected easily.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4845
    • 提供者:cluster
  1. kmean

    0下载:
  2. k mean for clustering in the matlab.cluster do in environment 3-dimontional.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8132
    • 提供者:aref
  1. K-mean

    0下载:
  2. 聚类分析的目标就是在相似的基础上收集数据来分类。聚类源于很多领域,包括数学,计算机科学,统计学,生物学和经济学。-Cluster analysis the goal is to collect data on the basis of similar classification. Cluster from many fields, including mathematics, computer science, statistics, biology and economics.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:4249
    • 提供者:jialongsun
  1. graph4.c.tar

    0下载:
  2. k mean clustering to cluster a hard of test
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:3297
    • 提供者:DONG
  1. kmeans1

    0下载:
  2. kmeans ieee paper , A system for analyzing student’s results based on cluster analysis and uses standard statistical algorithms to arrange their scores data according to the level of their performance is described. K-mean clustering algorithm for a
  3. 所属分类:Network Security

    • 发布日期:2017-04-01
    • 文件大小:798905
    • 提供者:bala
  1. k_mean_uv

    0下载:
  2. 利用k—mean算法根据U、V进行聚类分块,最后完成图像分割,分割出得块用不同的灰度等级表示出来。-K-mean algorithm to cluster sub-blocks according to the U, V, to finalize the image segmentation, segmentation have blocks with different gray levels represented.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:1071226
    • 提供者:大超
  1. K-Mean

    0下载:
  2. Kmeans 聚类算法的实现 测试, 内部包含 Kmode选项-Implementation of Kmeans cluster algorithm and testing, internal options include Kmode
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:36937
    • 提供者:Li Shikai
  1. K-mean

    0下载:
  2. 聚类算法中的k-means算法,和k-medoids 肯定是非常相似的。k-medoids 和 k-means 不一样的地方在于中心点的选取,在 k-means 中,我们将中心点取为当前 cluster 中所有数据点的平均值。-Clustering algorithm k-means algorithm, and k-medoids certainly very similar. k-medoids and k-means not the same place that the center o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:22155
    • 提供者:赵小娟
  1. k-means

    2下载:
  2. K均值算法,将数据矩阵命名为data,设置聚类簇个数k,可对多维数据进行聚类。-K mean algorithm, the data matrix is named data, set the number of clusters K, can be used to cluster the multi-dimensional data.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1332
    • 提供者:袁理
  1. k

    0下载:
  2. k mean algorithm implementation using random cluster centroid
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2759
    • 提供者:monika
  1. K-means-cluster

    0下载:
  2. k-means算法是一种动态聚类算法,基本原理如下[24]:首先预先定义分类数k,并随机或按一定的原则选取k个样品作为初始聚类中心;然后按照就近的原则将其余的样品进行归类,得出一个初始的分类方案,并计算各类别的均值来更新聚类中心;再根据新的聚类中心对样品进行重新分类,反复循环此过程,直到聚类中心收敛为止。-K- means algorithm is a dynamic clustering algorithm, the basic principle of [24] as follows: fi
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:586
    • 提供者:ouyang
  1. Random-center---segma

    0下载:
  2. k mean cluster for radial basis function neural network
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1477
    • 提供者:hussein
  1. kmeans (2)

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

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

    0下载:
  2. K-means聚类算法的matlab实现(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 each obse
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:invoker`Z
« 1 23 4 »
搜珍网 www.dssz.com