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

搜索资源列表

  1. system-of-K-Means-and-its-plus

    0下载:
  2. 实现了k-means极其改良算法,提高了聚类的精度。内附详细文字说明及源代码,配有图形界面演示。-The implementation of k-means algorithm and its plus.Improve the accuration of clustering.The document and source are both added.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5809419
    • 提供者:高进
  1. k-means

    0下载:
  2. k-means算法,用于聚类,是一种机器学习的典型算法- k-means, used to clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3631
    • 提供者:ares
  1. K-Means

    0下载:
  2. K-means 动态聚类算法,在人工智能、神经网络中应用非常广泛-Dynamic K-means clustering algorithm in artificial intelligence, neural network is widely used in
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:30172
    • 提供者:楚天
  1. Exterme_k_means

    0下载:
  2. Extreme k-means,被yuboYuan提出,给定初始聚类中心,聚类快。-Extreme k-means,poposed by yuboYuan,the intial center is fixed, faster than traditional k-means
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1717
    • 提供者:BoLiu
  1. K-average(N-dimension)

    0下载:
  2. K均值聚类算法实现有二维的聚类扩展到任意维样本点的聚类,代码中附加了详细的原理性说明,还有相关例子提示,效果不错-K-means clustering algorithm to achieve a two-dimensional clustering extends to any dimension of the cluster sample points, the code attached to the principle of detailed instructions, and tips
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3808882
    • 提供者:liuyu
  1. K-Means-algorithm-source-program

    0下载:
  2. c++源码K-Means动态聚类算法源程序。,希望对工程应用有帮助。-K-Means dynamic clustering algorithm source program ,I hope it will be helpful.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:30580
    • 提供者:aspirerabbit
  1. K_means

    1下载:
  2. 用于实现K-MEANS聚类分析的C++代码-Used to implement the K-MEANS clustering analysis of the C++ code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6599
    • 提供者:郑智
  1. K

    0下载:
  2. K 均值聚类程序,可以进行K均值聚类,是模式识别的一个重要算法-K-means clustering procedure, the K-means clustering is an important pattern recognition algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1103656
    • 提供者:zhao jin
  1. k-means

    0下载:
  2. c++实现k均值源码,实现了k-means的算法,并给出界面显示。实例中通过二维空间中的点进行聚类-c++ k-means algorithm, display the cluster result on the two demension
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2890
    • 提供者:july
  1. K-MEANS-Clustering

    0下载:
  2. 实现了一个聚类CMI算法,对给定一个数据集,按要求将其划分为三个类,并计算其分类的效率,并给出一定的结果比较及输出-It s a K-Means clustering algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2651
    • 提供者:Jacky
  1. DataMining

    0下载:
  2. 用VC或Java实现K-means聚类算法,分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验),提交实验报告与源代码。-With the picture (choose your own) as data sets, more running time (draw time and pixels relations diagram, so must use many different
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2253
    • 提供者:William_Lin
  1. julei

    0下载:
  2. 对“data3.m”数据,采用K-means聚类算法进行聚类。-The " data3.m" data, using K-means clustering algorithm for clustering.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3943
    • 提供者:孙琴
  1. K-Meansl

    0下载:
  2. 自己编写了一个c++的k均值聚类算法,使用起来很方便,数据存储在txt文件里,可以 改成自己的数据,方便使用,目录里给了两组UCI机器学习数据库上的数据,供实验用 。可以用这个文件直接运行就好了,里面给出了详细的使用说明。-k means clustering by array.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1088527
    • 提供者:fhqu
  1. K-means

    1下载:
  2. 模式识别中聚类分析经典算法,K-均值算法,C语言编写,可以读入文件,处理任意维数和任意个数的特征向量,附有测试数据。-The classic pattern recognition, cluster analysis algorithm, the K-means algorithm, written in C language, can read the file, handle any number of dimensions and any number of feature vectors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:6562
    • 提供者:李若
  1. k-means

    0下载:
  2. k均值算法,一种聚类算法,用来实现网络上相近节点的映射。-k-means algorithm, a clustering algorithm, used to achieve similar nodes in the network mapping.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:16938
    • 提供者:yangliu
  1. K-mean

    2下载:
  2. K均值聚类,用于空间区域的自适应划分,用MATLAB软件来实现。-K-means clustering for adaptive division of the region of space, using MATLAB software to achieve.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-21
    • 文件大小:121856
    • 提供者:韦燕华
  1. Kmeans

    0下载:
  2. 本代码提供了K-means聚类算法的一个C语言实现,希望可以为学习聚类算法的朋友提供一些帮助。-This code provides a K-means clustering algorithm C language, and hope to provide some help for friends learning clustering algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:1492
    • 提供者:Bill
  1. plot_hht

    0下载:
  2. 基于希尔伯特黄变换和K-means 聚类和数据场理论的复杂网络社团结构探寻.提出和分析了基于K-means 聚类的社团探寻算法和基于数据场理论的社团探寻算法, 并通过实验仿真验证了这两种算法的有效性.-Based on the Hilbert-Huang transform and K-means clustering and data field theory complex network of community structure explore proposed and analyze
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1544
    • 提供者:孙明
  1. K-means-algorithm-by-CPP

    0下载:
  2. K均值算法,聚类分析,C++实现,附代码以及示例程序-K-means algorithm, cluster analysis, C++ realize, with a code and sample programs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:56294
    • 提供者:周国乔
  1. Kmeans

    0下载:
  2. K-means聚类算法的java实现。一个类,可以直接调用。-K-means clustering algorithm implemented by java.you can use it directly in your coad.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2171
    • 提供者:dihuidan
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com