CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - K均值 c

搜索资源列表

  1. exer-kmean.rar

    0下载:
  2. k均值算法实现聚类 c语言编写
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:30003
    • 提供者:
  1. k_algorithm

    0下载:
  2. K-均值算法的c语言实现,他是一种基于样本间相似性度量的间接聚类方法。-K-means is a VQ method based on the similarity of the samples. This is a C language source code for K-means algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1874
    • 提供者:阿波
  1. kmeans_1

    0下载:
  2. RBF神经网络的K均值算法,C程序的,供大家参考!-RBF neural network algorithm mean K, C procedures, for your reference!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:30013
    • 提供者:hxm
  1. k-meanss

    1下载:
  2. 模式识别作业,C程序编写的K-均值算法.-pattern recognition work, the C programming K-means algorithm.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1601
    • 提供者:曹猗宣
  1. kmean

    0下载:
  2. 这是用C++作的K-均值聚类算法,模式识别当面的,希望对大家有所帮助!-C is for the K-means clustering algorithm, pattern recognition face-to-face, we want to help!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4019
    • 提供者:Jesson
  1. k_averages

    0下载:
  2. 一个很好的关于K均值算法的C++源程序。-a good K-means algorithm on the C source.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:37334
    • 提供者:BF
  1. k_means_image

    0下载:
  2. 国外的一个图像K均值聚类的C++源代码,非常容易集成和使用,适合模式识别、图像处理等方面的开发!-an image abroad of K-means clustering of C source code, and is easy to integrate and use, suitable for pattern recognition, Image processing, and other aspects of development.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4644
    • 提供者:sjtu
  1. ClusterImageSeg

    1下载:
  2. 一个利用各种聚类算法实现遥感影像分割的程序,包括K均值、ISODATA、模糊C均值等!-use of a clustering algorithm remote sensing image segmentation procedures, including K-means, ISODATA, Fuzzy C - Means, and so on!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:514938
    • 提供者:徐敏
  1. csoures

    0下载:
  2. 模式识别中的K均值的动态聚类算法,C语言编写-pattern recognition of the dynamic K-means clustering algorithm, C language
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:1532
    • 提供者:于宏斌
  1. korcmeans

    0下载:
  2. 对于模式识别中的k均值(也称c均值)问题,给出了matlab实现。-pattern recognition for the k-means (also called c-means), is the realization of Matlab.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2010
    • 提供者:slyang
  1. K-Means

    0下载:
  2. K均值,二维算法程序,visual c++ 环境下运行-K-means Algorithm routine in two dimension。It can run in visual c++ environment
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:7158478
    • 提供者:范兴利
  1. k-means

    0下载:
  2. k-均值聚类算法C语言源码,k-均值聚类算法C语言源码-k-means clustering algorithm C language source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:10585
    • 提供者:林凯
  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. k-means

    0下载:
  2. k均值算法的ppt,里面包含了模糊c均值算法,有益于对该算法的理解,有较大的帮助-k-means algorithm ppt, which contains a fuzzy c-means algorithm, the benefits of this algorithm understanding, a great help
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3950398
    • 提供者:zhongrui
  1. k-means

    0下载:
  2. 本代码主要实现了k均值聚类算法,通过c++在vc软件下实现聚类。-The code is mainly achieved k-means clustering algorithm, c++ in vc achieve clustering software.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:3134
    • 提供者:zhaobin
  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
    • 文件大小:1910
    • 提供者:
  1. K-means_C

    0下载:
  2. K均值聚类算法,由C语言编写,可以自己调整迭代次数,超级好用-K-means clustering algorithm, the C language, you can adjust their iterations, super easy to use
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:10405
    • 提供者:zhaomengkun
  1. k

    0下载:
  2. 模式识别课程设计,K均值聚类,C语言代码-C progress
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-25
    • 文件大小:263147
    • 提供者:vivian
  1. K-means-and-iterative

    0下载:
  2. 图像的K均值与迭代处理,k-均值聚类是一种动态聚类,又称“C-均值算法”。-Image k-means and iterative processing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1627096
    • 提供者:赵天宇1215
  1. k

    0下载:
  2. 用K均值聚类分析把多组数据分成两类 本程序为给定20组数据(用矩阵A表示)分成B、C两组。-K-means clustering analysis of the multiple sets of data into two categories This program is given 20 sets of data (represented by the matrix A) into B, C groups.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2417
    • 提供者:王瑶
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com