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

搜索资源列表

  1. K-meansjava_v1

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

    • 发布日期:2017-03-28
    • 文件大小:64912
    • 提供者:刘文龙
  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. PCaK-means

    0下载:
  2. 基于相位一致性与K-means方法的结合边缘检测-PC and K-means
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1510949
    • 提供者:刘瑞
  1. K-SVD

    0下载:
  2. K均值,K-SVD算法,字典学习,英文版算法的翻译-K-means, K-SVD algorithm, dictionary learning algorithm in English translation
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:769879
    • 提供者:刘振
  1. k-meansClustering

    0下载:
  2. 这里的k-means聚类,是事先给出原始数据所含的类数,然后将含有相似特征的数据聚为一个类中。-Where k-means clustering, is given in advance the number of classes contained in the original data, then the data contained similar characteristics grouped into a single class.
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:40472
    • 提供者:flyingeye10
  1. k-meansII

    0下载:
  2. this file is developed the k-means|| algorith to clustring big data
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:350014
    • 提供者:rahmat
  1. K-menas

    0下载:
  2. k-means聚类,用于聚类研究的基本算法,值得学习。-k-means cluster
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2876
    • 提供者:ljn
  1. k-meansaSOFM

    0下载:
  2. 已知一组二维模式矢量如下(20个),利用k均值聚类算法将模式集分类,并计算出聚类中心。利用输入层为2个神经元,输出层结构为7*7方阵的自组织映射(SOFM)对同样模式进行聚类-Given a set of two-dimensional pattern vector as follows (20), the use of k-means clustering algorithm to classify the pattern set, and calculate the cluster cent
  3. 所属分类:matlab

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

    0下载:
  2. K-MENAS算法是最简单的聚类算法,适合对于初学者的学习和改进使用-K-MENAS algorithm is a clustering algorithm is the most simple, suitable for beginners to learn and use improved
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1088220
    • 提供者:小小辛辛啊
  1. k-means

    0下载:
  2. k聚类分析 k聚类分析 k聚类分析 -k clustering analysis
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1237186
    • 提供者:lzy
  1. means

    0下载:
  2. 本附件中是关于K-means阈值分割的代码,主要用于图像分割领域-it is k-means image processing code
  3. 所属分类:Multimedia Develop

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

    0下载:
  2. K-meams alg in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:7923
    • 提供者:张叶剑
  1. K-MeansAlgorithm

    0下载:
  2. K-Means Algorithm in C#
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:3615
    • 提供者:Jamal
  1. csk-means

    0下载:
  2. 这是一种我自己比较满意的K-means聚类算法,通过对原始的K-means进行改进而来。-This is a way I quite satisfied with K-means clustering algorithm, through the original K-means to improve from.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5903
    • 提供者:冷龙龙
  1. 2k-means

    1下载:
  2. 基于matlab的二分k均值聚类算法,经过仿真实验成功。-Bipartite k-means clustering algorithm based on matlab, after successful simulation.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4795
    • 提供者:huhu
  1. K-Means_based_Artificial_Bee_Colony

    0下载:
  2. This code is a data clustering algorithm based on Artificial Bee Colony. this code provides more accurate results than k-means algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7061
    • 提供者:rasool
  1. K-Kmeans_plus_Plus

    0下载:
  2. k-means++ is an improved version of kmeans algorithm that proposed a new initialization technique for the k-means clustering algorithm. It was proposed in 2007 by David Arthur and Sergei Vassilvitskii, as an approximation algorithm for the NP-hard
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:52777
    • 提供者:rasool
  1. K-Kmedoids

    0下载:
  2. k -medoids algorithm is a clustering algorithm related to the k -means algorithm and the medoidshift algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:52716
    • 提供者:rasool
  1. k-mean-clustering

    1下载:
  2. k-means algorithm descr iption with examples with visual basic code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2484499
    • 提供者:javid
  1. k-medoids

    2下载:
  2. 聚类算法中的k-medoids算法,和 k-means 肯定是非常相似的。事实也确实如此,k-medoids 可以算是 k-means 的一个变种。k-medoids 和 k-means 不一样的地方在于中心点的选取,在 k-medoids 算法中,我们将从当前 cluster 中选取这样一个点——它到其他所有(当前 cluster 中的)点的距离之和最小——作为中心点。-Clustering algorithm k-medoids algorithm, and k-means is certa
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:14396
    • 提供者:赵小娟
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com