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

搜索资源列表

  1. k均值聚类算法分析

    1下载:
  2. k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-07-01
    • 文件大小:30.28kb
    • 提供者:chu na
  1. K均值聚类

    1下载:
  2. 对图像进行K均值聚类的程序
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-04-18
    • 文件大小:175.55kb
    • 提供者:gunner
  1. k_mean

    0下载:
  2. K_mean K均值算法 C语言-K_mean K means algorithm C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.52kb
    • 提供者:lucia
  1. k

    0下载:
  2. k均值聚类算法源码,比较经典,无解压密码-k means clustering algorithm source code, more classic, without extracting passwords
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.71kb
    • 提供者:黄永
  1. CPPK-means

    0下载:
  2. K均值聚类首先需要确定聚成几类,然后按照迭代的方法,计算类的重心,然后按照向量和类重心的聚类重新分类,反复重复,直到分类稳定或者重心稳定。-K means clustering first need to identify clustered into several categories, and then follow the iterative method to calculate the focus of the class, and then follow the center of
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3.14kb
    • 提供者:zdl
  1. Kjunzhi

    0下载:
  2. VC实现K均值算法,达到对图像进行非监督分类的目的-VC to achieve K-means algorithm to the image the purpose of unsupervised classification
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:863byte
    • 提供者:gong ke
  1. k_junzhi

    0下载:
  2. K均值算法,这个算法适用于类别数为三的聚类算法-K-means algorithm, this algorithm is applied to the number of categories for the three clustering algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:953byte
    • 提供者:潘柔
  1. K-means

    0下载:
  2. 数据挖掘中得k-均值算法的c++实现,可以使你对数据挖掘算法有个初步的了解。-k-means algorithm in data mining is achieved with c++ . Allows you to have a preliminary understanding of the data mining algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3.25kb
    • 提供者:常金铭
  1. K_Average

    0下载:
  2. K均值算法的一个例子,里面有数据有结果,希望对初学者有帮助。-An example of K-means Algorithm, including datas and result.It is helpful to beginner.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:57.12kb
    • 提供者:huangxd
  1. kmeans

    0下载:
  2. 数据挖掘中的聚类算法,为k均值算法,算比较经典的算法-Clustering algorithm in data mining, considered a classic algorithm for k-means algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:853byte
    • 提供者:周小波
  1. Skin-disease

    0下载:
  2. 基于聚类算法的皮肤病实例,利用k均值算法对皮肤病进行聚类-Based clustering algorithm skin instance using the k-means algorithm clustering of skin diseases
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:1.63kb
    • 提供者:周小波
  1. k-juleijunzhisuanfa

    0下载:
  2. 数据挖掘k-均值聚类算法 VC6.0测试通过-Data mining k-means clustering algorithm VC6.0 test
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:209.04kb
    • 提供者:郭郭
  1. k-means

    0下载:
  2. k-均值聚类算法(C语言实现): 给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similarity between objects, and the s
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:
  1. Kjunzhi

    0下载:
  2. k均值算法,对一组三维数据进行K均值聚类分析,分为三类-k-means algorithm, a set of three-dimensional data of K-means clustering analysis, divided into three categories
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:184.77kb
    • 提供者:李骁驰
  1. Kmeans

    0下载:
  2. 通过k均值算法寻找类中心,聚类,对数据实现有效划分。-The k-means algorithm is used to find the class center, the data is clustered and the data is divided.
  3. 所属分类:Data structs

    • 发布日期:2017-12-12
    • 文件大小:1.46kb
    • 提供者:马江河
  1. tffoaiency

    0下载:
  2. 算法描述: K均值算法: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小,()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:1kb
    • 提供者:mowve
  1. 04682441

    0下载:
  2. 基于动态的K值均值酸法 MATLAB 动态聚类K值的算法()
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:1.3mb
    • 提供者:GSSodyo%269808
搜珍网 www.dssz.com