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

搜索资源列表

  1. kMeansProjectiveClustering

    0下载:
  2. kmeans clustering genetic algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:4829
    • 提供者:Pezhman
  1. FastKmeansSourceCodeCpp

    0下载:
  2. 快速K-Means聚类:ENNS PDS 添加到搜索过程中,速度降至FS的10 左右-Fast K-Means Clustering: ENNS PDS to the search process
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3303160
    • 提供者:yudaxia
  1. Kmeans

    0下载:
  2. a kmean clustering prog
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:721
    • 提供者:felan
  1. kMeansCluster

    0下载:
  2. 采用kmeans聚类方法,实现多个配送中心选址。-By kmeans clustering method of multiple distribution center location.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1889
    • 提供者:jackleeme
  1. Kmeans

    0下载:
  2.  Kmeans 算法是聚类分析中使用最为广泛的算法之一,其每个类别均用该类中所有数据的平均值(或加权平均)来表示,这个平均值即被称作聚类中心。该方法虽然不能用于 类别属性的数据,但对于数值属性的数据,它能很好地体现聚类在几何和统计学上的意义。-Kmeans algorithm is the most widely used cluster analysis algorithm, each category with the average of all data in the class (
  3. 所属分类:Other systems

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

    0下载:
  2. 数据挖掘kmeans图像聚类实验代码 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。-VC or Java k-means clustering algorithm, were no longer change the number of iterations and the allocation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:1643892
    • 提供者:周生勇
  1. kmeans

    0下载:
  2. kmeans函数:输入为类别数量k和数据矩阵A;输出为聚类结果A,和迭代次数-the kmeans functions: input number of categories k and data matrix A output of clustering results A, and the number of iterations
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:2019
    • 提供者:刘欢
  1. matlab---Kmeans

    0下载:
  2. kmeans聚类算法,比较经典的算法,里面有讲解,容易理解-kmeans clustering algorithm to compare the classical algorithm, which has to explain, easy to understand
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:7520
    • 提供者:张艳华
  1. kmeans

    0下载:
  2. kmeans聚类,c++源代码,任意中心点选择,迭代到收敛-kmeans clustering
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:2631
    • 提供者:irrisa
  1. KMeans

    0下载:
  2. 几种聚类方法,可用于聚类时,多种方法的比较-Several clustering method can be used for clustering, multiple Comparison
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5889
    • 提供者:冯进丽
  1. Kmeans

    0下载:
  2. C++控制台程序,实现的是K均值聚类算法,可供初学者参考。-C++ console program, realize that K-means clustering algorithm, for beginners reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:278802
    • 提供者:hantianzhe
  1. KMEANS

    0下载:
  2. K-means算法,一种典型的动态聚类算法,实现2维数据的聚类-K-means algorithm, a typical dynamic clustering algorithm to achieve two-dimensional clustering
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:18909
    • 提供者:aier
  1. kmeans

    0下载:
  2. K均值程序,能正常运行,是聚类算法的一个典型示例-K-means the program can run normally, is a typical example of clustering algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:31421
    • 提供者:陈俊
  1. kmeans

    0下载:
  2. K均值聚类算法,可手动输入或xls读入数据-K-means clustering algorithm, can be manually entered or XLS reading da
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1798
    • 提供者:戴雪
  1. clusterPicture

    0下载:
  2. compress a picture, using kmeans Clustering
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:420574
    • 提供者:m.h safavian
  1. Kmeans-Clustering

    0下载:
  2. K-均值聚类的代码,可是将数据改一下直接用。-The code of Keans Clustering
  3. 所属分类:Other windows programs

  1. Kmeans

    0下载:
  2. 一个matlab的kmeans聚类算法代码,输入聚类数据和类簇数,输出分好类的数据(A matlab kmeans clustering algorithm code, input cluster data and cluster number, the output of the good class of data)
  3. 所属分类:其他

  1. EM_KMeans_Algorithm(1)

    0下载:
  2. source code of kmeans clustering in matlab
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:34816
    • 提供者:lion90
  1. kmeans

    2下载:
  2. kmeans聚类代码,对给定数据集进行聚类处理(Clustering code to cluster a given data set)
  3. 所属分类:其他

    • 发布日期:2020-04-29
    • 文件大小:1024
    • 提供者:wyp_
  1. Clustering

    1下载:
  2. 1) 使用凝聚型层次聚类算法(即最小生成树算法)对所有数据点进行聚类,最后聚成3类。相异度定义方法可选择single linkage、complete linkage、average linkage或者average group linkage中任意一种。 2) 使用C-Means算法对所有数据点进行聚类。C=3。 任务2(必做): 使用高斯混合模型(GMM)聚类算法对所有数据点进行聚类。C=3。并请给出得到的混合模型参数(包括比例??、均值??和协方差Σ)。 任务3(全做): 1) 参考数据文
  3. 所属分类:其他

    • 发布日期:2020-05-07
    • 文件大小:26624
    • 提供者:小鹏鹏123
« 12 3 »
搜珍网 www.dssz.com