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

搜索资源列表

  1. KAverageCluster

    0下载:
  2. 模式识别K均值算法,自己写的,希望对大家有帮助-K means algorithm pattern recognition, write your own, we want to help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:275428
    • 提供者:黑土
  1. kmeans

    0下载:
  2. K均值有效执行++多元数据的聚类算法。它已经表明,该算法具有的总群集内距离的期望值是日志(K)的竞争力的上限。此外,K -均值++通常远高于香草收敛K均值少。-An efficient implementation of the k-means++ algorithm for clustering multivariate data. It has been shown that this algorithm has an upper bound for the expected value o
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2117
    • 提供者:driiawrl
  1. K-means

    0下载:
  2. k-means均值聚类分析代码可以实现二维文件的读入,以及文件的输出,还可以根据需要选择聚类中心数-k-means clustering analysis of two-dimensional code can read the file, and document output, but also can select the number of cluster centers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1877622
    • 提供者:huyang
  1. K_mean

    2下载:
  2. 利用K均值算法对7个波段的TM遥感影像进行有监督的分类!里面包含完整的算法及TM图像,下载即可进行调试!-K means algorithm using 7 bands of TM remote sensing image supervised classification! Which contains the complete algorithm and the TM image, download it for debugging!
  3. 所属分类:matlab例程

    • 发布日期:2013-04-17
    • 文件大小:419689
    • 提供者:QQ
  1. juleisuanfa

    0下载:
  2. 本程序包括各种模式识别的分类方法,包括k均值分类,C均值分类,基于svm支撑向量机的分类方法,以及基于Adboost的分类方法。-The program includes a variety of pattern recognition classification methods, including k means classification, C means classification, based on support vector machines svm classificati
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1592112
    • 提供者:zhupeng
  1. kmeans

    0下载:
  2. 用MATLAB编写的K均值聚类用于图像分割-Written by K-means clustering MATLAB for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1299
    • 提供者:张鹤
  1. yinyaqiu

    0下载:
  2. 实现图像的旋转、平移、缩放功能,实现K均值分类功能-Image rotation, pan, zoom function, the mean classification functions to achieve K
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3854974
    • 提供者:yinyaqiu
  1. my_kmeans

    0下载:
  2. 自己编写的K均值算法,比MATLAB自带的简洁,效果不错-I have written K-means algorithm, MATLAB comes with more than simple, good results
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1945
    • 提供者:clan
  1. k_means_2008302590185

    0下载:
  2. 模式识别中基本的K-均值分类算法,不过由于时间有限,只实现了对数据点的分割-K-means classification algorithm in Pattern recognition, but due to time constraints, only achieved the classification of data points
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:31662
    • 提供者:刘晓千
  1. 1111

    0下载:
  2. 在visuall C++6.0环境之下开发的一个程序,有解释,K均值算法的实现-In visuall C++6.0 environment developed under a program, to explain, K-means algorithm to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:2602
    • 提供者:tianrui
  1. Kmeans-julei

    0下载:
  2. 动态聚类的k均值算法,采用matlab编程,内有多个子程序,和一个主程序-dynamic clustering algorithm k mean using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2472
    • 提供者:liuyang
  1. GMM

    1下载:
  2. 高斯k均值程序算法,k-means是一种常用的聚类算法,可以实现数据的聚类。-K-means algorithm for Gaussian process, k-means clustering algorithm is a commonly used, can achieve data clustering.
  3. 所属分类:matlab

    • 发布日期:2015-04-30
    • 文件大小:9216
    • 提供者:xiajulong
  1. kmeans0

    0下载:
  2. 对图像进行K均值分割,分割的结果非常的好-K-means of image segmentation, segmentation results are very good
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1040
    • 提供者:张春婷
  1. Ktuxiang

    0下载:
  2. 已调试好的基于K均值聚类的图像分割matlab实现,案例有灰度图像分割和真彩图像分割-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:997
    • 提供者:胡盛亮
  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
    • 文件大小:863
    • 提供者:gong ke
  1. KMeans

    0下载:
  2. 这是一个VC6.0和OPencv下的K均值的例子,希望对大家有帮助。-This is an exmaple under the VC6.0 and OpenCV, which has implemented the k-means algorithms.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2241934
    • 提供者:yg
  1. K-MEANS

    0下载:
  2. 均值计算方法源码实现:分群的方法,就改成是一个最佳化的問題,換句话說,我們要如何选取 c 个群聚以及相关的群中心,使得 E 的值为最小。 -Method of calculating the mean source implementation: clustering method, based on the best change is a problem, in other words, how do we choose c a center cluster and related g
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2369
    • 提供者:qing
  1. kmeans

    1下载:
  2. 图像分割 matlab 直接运行 基于k均值-Matlab image segmentation based on k-means run directly
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:3072
    • 提供者:吴山大
  1. KM

    0下载:
  2. K均值算法的C++实现,能够将2维的样本点进行2类或者多类的聚类-K means
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:929583
    • 提供者:webberzhou
  1. improved-MSER-algorithm-

    0下载:
  2. 本文在比较多种仿射不变性区域的基础上,选取最大稳定极值区域(MSER)对图像内容进行分割和提取,并通过构造仿射不变量的方法,对提取出来的区域进行规整化,进而从规整化的区域中提取SIFT描述子,然后根据匹配目标的需要进行特征的组合、变换,以形成易于匹配、稳定性好的特征向量,从而把图像匹配问题转化为特征的匹配问题 通过改进的K均值算法对特征向量进行聚类,聚类中心作为图像的视觉关键词:利用视觉关键词的思想,把文本检索技术领域的方法移植到图像检索应用上;并研究视觉关键词之间的空间约束关系。-Most r
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:464383
    • 提供者:陈利华
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com