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

搜索资源列表

  1. 改进的K-Means算法实现车牌字符的分割

    1下载:
  2. 本实验基于K-Means聚类算法思想实现了字符分割,因为车牌规定是7位的,所以K取7。另外本实验对K-Means算法进行了改进,充分考虑了初始点的设置及迭代结束条件。实验结果证明这种改进的K-Means算法实现车牌字符分割是快速、有效的。
  3. 所属分类:源码下载

    • 发布日期:2011-03-08
    • 文件大小:1373624
    • 提供者:hellosn
  1. k-means聚类算法

    2下载:
  2. 实现数据的聚类操作,代码简洁易用!
  3. 所属分类:图形图象

    • 发布日期:2011-05-16
    • 文件大小:1497
    • 提供者:tdp111
  1. k-means

    1下载:
  2. 数据挖掘算法源代码 k-means聚类算法的C#代码-Source code data mining algorithms k-means clustering algorithm C# code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:102791
    • 提供者:张健飞
  1. K-means_clustering_demo

    0下载:
  2. K-均值聚类算法 vc++图形演示程序-K-means clustering algorithm c++ demo program
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:75604
    • 提供者:leo
  1. k-means

    3下载:
  2. 基于K-means聚类算法的社团发现方法 先定义了网络中节点关联度,并构建了节点关联度矩阵, 在此基础上给出了一种基于 K-means聚类算法的复杂网络社团发现方法。 以最小关联度原则选取新的聚类中心, 以最大关联度原则进行模式归类,直到所有的节点都划分完为止, 最后根据模块度来确定理想的社团数-K-means clustering algorithm based on the association discovery To define a network node cor
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-15
    • 文件大小:115714
    • 提供者:maverick
  1. k-meams(sourcecode)

    2下载:
  2. C#实现k均值文本聚类算法,文本聚类C#源程序,k-means聚类算法-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-21
    • 文件大小:37988
    • 提供者:康卫
  1. K-means

    1下载:
  2. 简单实用的k均值聚类算法,可以实现多位向量的简单聚类-Simple and practical k-means clustering algorithm, can achieve more than a simple vector clustering
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2013-04-10
    • 文件大小:5898
    • 提供者:chunxiao
  1. MatlabK-means

    0下载:
  2. 用matlab语言实现K-MEANS聚类算法-Matlab language used K-MEANS CLUSTERING ALGORITHM
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6633
    • 提供者:刘年
  1. K-means

    1下载:
  2. k-means 算法 step1 初始化K个质心 step2 将所有的点分配给最近的质心 step3 更新质心 step4 若质心都没用变化,则停止,否则返回step2 -k-means algorithm is initialized step1 step2 K a center of mass of all the points assigned to the nearest centroid centroid step3 step4 update no us
  3. 所属分类:C#编程

    • 发布日期:2013-04-10
    • 文件大小:44372
    • 提供者:vince
  1. K-Means

    0下载:
  2. 对500个随机二维坐标点进行聚类,然后通过C++程序输出窗口输出。(Cluster Algorithm.Put the 500 2d points into 20 clusters.)
  3. 所属分类:通讯编程文档

    • 发布日期:2017-12-11
    • 文件大小:1024
    • 提供者:Tom Jerry
  1. k-means

    2下载:
  2. 此种k-means 算法可以快速的对随机产生的随机数据,进行分类,而且分类的效果比较好,效果直观。(This kind of k-means algorithm can quickly classify randomly generated random data and classify it, and the classification effect is better and the effect is intuitive.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:19456
    • 提供者:宁采臣
  1. K-means

    0下载:
  2. 使用k-means算法对图像进行分割,并利用遗传算法对k-means算法加以改进(The k-means algorithm is used for the segment of images, and the genetic algorithm is used to improve the k-means algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:smile_ljx
  1. k-means

    0下载:
  2. 实现k均值聚类算法,可以使用彩色图像,通过随机初始化聚类中心,完成聚类(The K-means clustering algorithm can use color images to initialize cluster centers randomly and accomplish clustering.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:陈橙子
  1. K---MEANS

    0下载:
  2. 随机生成1000个二维坐标点并用K-means算法计算聚类结果(1000 two-dimensional coordinate points are generated randomly and the clustering results are calculated by K-means algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:78848
    • 提供者:Sunxiaoying
  1. K-means

    0下载:
  2. 一种聚类算法:K-means聚类,实测绝对没有问题(A clustering algorithm: K-means clustering, no problem is absolutely no problem)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:12288
    • 提供者:宸儿宝贝
  1. k-means

    0下载:
  2. 对样本数据进行聚类,使得聚类精确率足够的高,就可以达到聚类效果了(Clustering the sample data, and the clustering precision is high enough to achieve the clustering effect.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:5120
    • 提供者:上扬唇角
  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. k means

    3下载:
  2. k means 聚类算法,适用于供应链,物流,选址等配送中心或需求点的筛选聚类(It applies for the field of supply chain, logistics, hub location to cluster the Dcs or demand points.)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-11
    • 文件大小:1024
    • 提供者:yayahei
  1. k均值聚类

    1下载:
  2. 通过比较自编MATLAB 的k-means 算法程序和SPSS 中自带的k-means聚类工具,对两个数据集聚类,并分析了聚类结果。(By comparing the k-means algorithm program of self-compiled MATLAB with the K-means clustering tool of SPSS, two data sets are clustered and the clustering results are analyzed.)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-28
    • 文件大小:362496
    • 提供者:yty1018
  1. k-means

    1下载:
  2. k-means算法实现的数据分类,python代码,可直接运行(K-means algorithm to achieve data classification, Python code, can be run directly)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-08-03
    • 文件大小:2048
    • 提供者:jbyjby3
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com