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

搜索资源列表

  1. K-Means

    0下载:
  2. 聚类算法采用的是给定类的个数K,将N个元素(对象)分配到K个类中去使得类内对象之间的相似性最大,而类之间的相似性最小-Clustering algorithm is used to set the number of classes K, the N elements (objects) is assigned to the K classes to make the biggest similarity between objects within the class, and the sim
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1515
    • 提供者:lengbing
  1. K-means-C

    0下载:
  2. K-means实现数据聚类,其中包括数据维度,数据分类数-K-means clustering data, including data dimensions, data classification number, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6692
    • 提供者:
  1. opencv

    0下载:
  2. 图像场景分类的bow模型opencv源代码,采用k-means聚类构造单词,采用支持向量机的svm分类器。-Image scene classification bow model opencv source code, using k-means clustering structure of words, using support vector machine svm classifier.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:10398
    • 提供者:李翔
  1. k-means

    0下载:
  2. C语言编写的一种模式识别里的重要的模糊聚类方法K-means算法的C程序-A pattern recognition C language' s important Fuzzy clustering methods K-means algorithm C program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1877
    • 提供者:123
  1. K

    0下载:
  2. K均值聚类在Matlab中的代码实现,是图像分割和图像识别中常用处理操作-K-means clustering code in Matlab realize image segmentation and image recognition is commonly used in processing operations
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:746
    • 提供者:姜苏
  1. kmeansPP

    0下载:
  2. 一个有效的实现k - means+ +聚类多元数据算法。已经证明,这种算法有一个预期值的上界值。此外,k - means + +具有较好的收敛性。-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 of the
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:915
    • 提供者:刘亮
  1. Clustering_Toolbox

    0下载:
  2. Robert Gordon University的一个研究人员写的k-means聚类算法工具箱,内容完整可运行。-Includes k-means, hierarchical (single-, complete- and mean-linkage), EM for Gaussian Mixture Models, fuzzy c-means, and a demo.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:11628
    • 提供者:xavier
  1. Bag-of-visual-words

    0下载:
  2. SIFT等局部特征的词袋模型实现。包括K-means聚类,直方图特征的形成,以及KNN分类。-SIFT local features such as word bag model implementation. Including K-means clustering to form histogram features, and KNN classification.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:26533888
    • 提供者:张志智
  1. cskmeans

    0下载:
  2. 这是一个关于k-means聚类的程序,可以进行分类-This is a program on the k-means clustering, can be classified
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1531
    • 提供者:zzw
  1. K-means

    0下载:
  2. 聚类算法 K-means 数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则 该代码针对图像的分类-Some distance K-means clustering algorithm to the data points as a prototype optimization objective function, using the function for extreme methods to adjust the rules to get the cod
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:112752
    • 提供者:孙伟
  1. Image-segmentation

    0下载:
  2. 利用相位一致性提取图像边缘,K-means聚类后区域生长进行图像分割,附有参考资料-Using phase coherence image edge extraction, the K-means clustering region growing image segmentation, with reference
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2569335
    • 提供者:朱健
  1. ColorTrain

    0下载:
  2. 从图像数据集中随机采样得到rgb集合,并使用k-means聚类训练RGB颜色码本,作为颜色特征-Get the RGB color features from the image dataset, and use k-means algorithm to get the RGB cluster centers which we could use to be color codebook
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12567780
    • 提供者:Min Wang
  1. kmeans

    0下载:
  2. k-means聚类方法 python语言实现,做了性能的优化-the k-means algorithm python learning and faster than before
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1339
    • 提供者:宋健明
  1. K-MEANS

    0下载:
  2. 用k-means算法进行聚类分析。已运行成功。-By k-means clustering analysis algorithm. Has been running successfully.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:938
    • 提供者:刘文龙
  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-means

    0下载:
  2. k-means算法,聚类算法,有图像聚类实例。聚类经典算法-k-means algorithm, clustering algorithm, image clustering instance. Clustering classical algorithm
  3. 所属分类:matlab

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

    1下载:
  2. 采用聚类方法进行分群的方法,包含两个matlab文件,一个是需在程序中给定数据,一个使用excel给出数据。针对风电场分群构建,也可以用于其他的聚类分群场合-Clustering method using clustering method matlab contains two files, one is required in the program given the data, a given data using excel. For wind farm constructed gro
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:903961
    • 提供者:王嘉成
  1. test3

    1下载:
  2. K-means聚类算法实现策略源代码实现,可以聚类分析一维数据-K-means source programe
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1933
    • 提供者:李琳
  1. k-Means

    0下载:
  2. k-means算法的java实现,自动聚类算法。是基于距离来进行聚类-k-means algorithm to achieve the java automatic clustering algorithm. Based on the distance to the cluster
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-17
    • 文件大小:113675
    • 提供者:hxzzhy
  1. K-Means

    0下载:
  2. 统计中的聚类分析,c语言程序以及说明。应用广泛-Statistical cluster analysis, c language program and instructions. Widely
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:675173
    • 提供者:张涛
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com