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

搜索资源列表

  1. K-means-clustering-algorithm

    0下载:
  2. K均值聚类算法-适用于裁判打分等经典分类,适合初学者-K-means clustering algorithm- classical classification applies to the referee scoring for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:1738
    • 提供者:张德永
  1. K

    0下载:
  2. 这是K均值聚类的程序,数据挖掘等课程都需要-This is a K-means clustering procedures, data mining courses
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:5294
    • 提供者:张瑞丽
  1. k-mean

    0下载:
  2. k—均值分割,分割效果明显,在Matlab下完美实现-K-segmentation, segmentation obviously perfect realization in Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:617
    • 提供者:王东
  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

    0下载:
  2. 调用GDAL库实现模式识别的K均值和ISODATA算法,对图像的分类-Call GDAL library implementation of K-means and ISODATA algorithms pattern recognition, image classification
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:6438755
    • 提供者:天甜
  1. k-means

    0下载:
  2. 对于模式识别分类,利用K均值聚类,对原始数据进行分类。比较易于收敛,十分好用-For pattern recognition classification using the K-means clustering, and classification of the original data. Relatively easy to convergence, very easy to use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:921068
    • 提供者:王振峰
  1. K-means

    0下载:
  2. K均值聚类的例子程序,程序中有附带的数据-examples of k-means technology
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:3587
    • 提供者:刘金勇
  1. k-mean-sift

    0下载:
  2. K均值分割 在图像角点提取中使用 使用VC++进行的编程-K-means segmentation the image corner extraction using VC++ carried programming
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:6096947
    • 提供者:孙孙
  1. k-means-for-image-segmentation

    0下载:
  2. k均值用于图像分割,对于相同颜色但深度不一样可以分割。-k-means for image segmentation, the same color depth can be split.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:1093
    • 提供者:王情伟
  1. K-means

    0下载:
  2. K均值算法描述: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小。-K-means algorithm described: a given number of classes K and N objects assigned to the K-th class, so that objects within the class of the similarity between the maximum, while the simi
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:123517
    • 提供者:吴光辉
  1. K-means-color-segmentation

    0下载:
  2. K均值图像检测,GUI界面,可对彩色图像分割-K-means image detection, the GUI interface, color image segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-11-20
    • 文件大小:1090
    • 提供者:mhx_nx
  1. K-MEANS

    0下载:
  2. k均值聚类是最著名的划分聚类算法,由于简洁和效率使得他成为所有聚类算法中最广泛使用的。给定一个数据点集合和需要的聚类数目k,k由用户指定,k均值算法根据某个距离函数反复把数据分入k个聚类中。-k-means clustering is one of the most famous partition clustering algorithm, due to the simplicity and efficiency so that he became the most widely used i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:2695
    • 提供者:SmileHF
  1. k-means

    0下载:
  2. k—均值算法opencv代码实现。 k-Means 算法是一种 cluster analysis 的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:1681
    • 提供者:陈宇
  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. K-means-clustering-algorithm

    0下载:
  2. K均值算法使用的聚类准则函数的误差平方和准则,通过反复迭代优化聚类结果,使所有样本到各自所属类别的中心的距离平方和达到最小。-K-means clustering algorithm uses squared error criterion function and criteria through iterative optimization clustering result, all the samples to the respective classes of the center s
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:222142
    • 提供者:xuwenju
  1. K-Means

    0下载:
  2. 数据挖掘中的K-均值聚类算法,java语言实现。 可直接编译运行-Data Mining K-means clustering algorithm, java language.
  3. 所属分类:SQL Server

    • 发布日期:2017-11-28
    • 文件大小:5537
    • 提供者:郭晨
  1. K-means-

    0下载:
  2. 一种基于颜色的分割,使用聚类算法中的K均值算法。本例主要用到的函数是色彩空间转换函数makecform和applycform,对于K均值聚类使用kmeans函数。-Based on color segmentation, using clustering algorithm K-means algorithm. In this case the main function used is the color space conversion function makecform and appl
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:133128
    • 提供者:chaihongjian
  1. k

    0下载:
  2. k均值算法,数据挖掘里面比较基础的算法,实现类聚-k-means algorithm, which based on the comparison of data mining algorithms to achieve clustering
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:1215
    • 提供者:l梁伟滔
  1. k-mean

    0下载:
  2. K均值(用matlab实现花的分类,附注释,程序简单)-K-means (machine learning job classification flowers)
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2125
    • 提供者:zhangdongdong
  1. K-maens

    0下载:
  2. K均值聚类算法对图像进行分割,实验用程序,亲测可用。-K-means clustering algorithm for image segmentation, experimental procedures, pro-test is available.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:590492
    • 提供者:陈csdn
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com