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

搜索资源列表

  1. k-means

    0下载:
  2. 简单实现聚类算法中的经典k-menans算法,实现数据是二维数据- U7B80 u5B5 u5B9 u7B0 u803A u7R09 u7B09 u7B09
  3. 所属分类:Data Mining

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:
  1. k_means

    0下载:
  2. 用kmeans算法处理资源3号卫星图像,用欧式距离来计算聚类中心,在用前后两次聚类之间的误差来决定迭代次数(Kmeans algorithm is used to deal with the resource 3 satellite image, and the Euclidean distance is used to calculate the clustering center. The number of iterations is determined by the error bet
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:539648
    • 提供者:CASPER_G
  1. kmeans

    0下载:
  2. 基于k均值的无监督聚类算法,输出有各个样本的类别标签,目标函数在每次迭代后的值,聚类中心以及聚类区间。内有测试数据,点击 test.m 可以完美运行。(The unsupervised clustering algorithm based on K means outputs the class labels of each sample, the value of the target function after each iteration, the clustering center a
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:16384
    • 提供者:Galsang
  1. All_Clu

    0下载:
  2. K-means,PSOKM,ACKM三种聚类算法,数据集适用于K-means,在PSO上效果不好,AC有改进(Including K-means, PSOKM, ACKM three clustering algorithms, the data set applies to K-means, clustering on PSOKM is not good, clustering in ACKM has improved.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:8192
    • 提供者:waitsong
  1. 45880713Exterme_k_means

    0下载:
  2. Extreme k-means,被yuboYuan提出,给定初始聚类中心,聚类快。(Extreme K-means is put forward by yuboYuan, given the initial clustering center, and the clustering is fast.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:ggsdduman
  1. 31767653K-Kmedoids

    1下载:
  2. k -medoids algorithm is a clustering algorithm related to the k -means algorithm and the medoidshift algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:52224
    • 提供者:playboyplay
  1. kmean

    0下载:
  2. 负荷聚类,通过对负荷数据进行处理,提取典型用电方式,然后对典型用电方式进行聚类(load pattern clustering)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:10289152
    • 提供者:行云流水cg
  1. 聚类源代码

    0下载:
  2. 数据处理,K-means模糊聚类,对所给数据行聚类,类别数自由定。(-means clustering algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:4096
    • 提供者:Pride Lee
  1. kmeans

    0下载:
  2. 有关K-means的小程序,可以直接导入数据作聚类,也可自动生产数据(K-means applet, you can directly import data for clustering, you can also automatically produce data)
  3. 所属分类:matlab例程

  1. K_Means

    0下载:
  2. K-Means是聚类算法中的一种,其中K表示类别数,Means表示均值。顾名思义K-Means是一种通过均值对数据点进行聚类的算法。K-Means算法通过预先设定的K值及每个类别的初始质心对相似的数据点进行划分。并通过划分后的均值迭代优化获得最优的聚类结果。(K-Means is one of the clustering algorithms, in which K represents the number of classes, and Means means the mean. As t
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-01
    • 文件大小:273408
    • 提供者:DragonFZJ
  1. kmeans2

    0下载:
  2. 用于构建数据概要,用于分类、模式识别、假设生成和测试;用于异常检测,检测远离群簇的点。(Used to build data outlines for classification, pattern recognition, hypothesis generation and testing; for anomaly detection, detecting points away from the cluster.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:323584
    • 提供者:chengna1018
  1. UML

    0下载:
  2. 经典统计方法:k-means聚类分析源程序()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:settf
  1. kmeansuanfa

    0下载:
  2. 对大量的数据通过matlab软件,运用k均值聚类算法进行分类,(By using matlab software, a large number of data are classified by using k-means clustering algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:lyc123
  1. ksuanfa

    0下载:
  2. 对大量的数据通过matlab软件,运用k均值聚类算法进行分类,上传文件中含例子(A large number of data are classified by matlab software, using k-means clustering algorithm to classify and upload files with examples)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:lyc123
  1. 08716868

    0下载:
  2. K-Means是聚类分析中重要的一种方法,此源码是K-Means聚类分析的C语言实现,()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:28672
    • 提供者:Poyvur
  1. 953901

    0下载:
  2. K-MEANS聚类算法,以及PSO和QPSO算法改进K-MEANS算法,breastcancer数据验证了该分类模型的有效()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:26624
    • 提供者:rrchitejwurl
  1. EWKM

    1下载:
  2. 子空间聚类算法EWKM (Entropy Weighting K-Means) 在matlab上的实现。(Entropy Weighting K-means which is one of the subspace clustering algorithm written in Matlab.)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:wind_890
  1. 基于SOA的K-means算法

    0下载:
  2. 基于SOA的聚类算法,完整程序,里面含有普通的聚类代码,还有SOA算法,总共五个mailab程序(SOA based clustering algorithm, complete program, contains common clustering code, and SOA algorithm, a total of five mailab programs)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:11264
    • 提供者:语与鱼
  1. ndentifier__modifier

    0下载:
  2. 经典统计方法:k-means聚类分析源程序()
  3. 所属分类:大数据

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:Moptaquc
  1. funptimnal_functionality

    0下载:
  2. K-Means是聚类分析中重要的一种方法,此源码是K-Means聚类分析的C语言实现,()
  3. 所属分类:大数据

    • 发布日期:2018-05-02
    • 文件大小:28672
    • 提供者:YXJ%4048057
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 47 »
搜珍网 www.dssz.com