CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - k means 聚类

搜索资源列表

  1. Kmeans

    0下载:
  2. 本代码提供了K-means聚类算法的一个C语言实现,希望可以为学习聚类算法的朋友提供一些帮助。-This code provides a K-means clustering algorithm C language, and hope to provide some help for friends learning clustering algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:1492
    • 提供者:Bill
  1. plot_hht

    0下载:
  2. 基于希尔伯特黄变换和K-means 聚类和数据场理论的复杂网络社团结构探寻.提出和分析了基于K-means 聚类的社团探寻算法和基于数据场理论的社团探寻算法, 并通过实验仿真验证了这两种算法的有效性.-Based on the Hilbert-Huang transform and K-means clustering and data field theory complex network of community structure explore proposed and analyze
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1544
    • 提供者:孙明
  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-means算法 网上681武将的聚类算法代码 非mapreduce实现 -k-means algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:24016
    • 提供者:李剑鹏
  1. Kmeans

    0下载:
  2. K-means聚类的matlab代码,供相关人士学习时参考-a K-means matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:74736
    • 提供者:浩克
  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-juleijunzhisuanfa

    0下载:
  2. 数据挖掘k-均值聚类算法 VC6.0测试通过-Data mining k-means clustering algorithm VC6.0 test
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:214059
    • 提供者:郭郭
  1. K-junzhi

    1下载:
  2. K均值聚类算法,里面的wdbc是数据。用matlab写的-K-means clustering algorithm, which is wdbc data. Written by matlab
  3. 所属分类:matlab

    • 发布日期:2016-04-03
    • 文件大小:138240
    • 提供者:1111name
  1. Kmeans

    0下载:
  2. K-means聚类算法的java实现。一个类,可以直接调用。-K-means clustering algorithm implemented by java.you can use it directly in your coad.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2171
    • 提供者:dihuidan
  1. fuzzy_k_means

    0下载:
  2. MATLAB 数据挖掘算法,fuzzy-K-means聚类算法源-MATLAB data mining algorithms, fuzzy-K-means clustering algorithm source
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:867
    • 提供者:alan
  1. matlab

    0下载:
  2. 聚类算法,不是分类算法。分类算法是给一个数据,然后判断这个数据属于已分好的类中的具体哪一类。聚类算法是给一大堆原始数据,然后通过算法将其中具有相似特征的数据聚为一类。这里的k-means聚类,是事先给出原始数据所含的类数,然后将含有相似特征的数据聚为一个类中。所有资料中还是Andrew Ng介绍的明白。首先给出原始数据{x1,x2,...,xn},这些数据没有被标记的。初始化k个随机数据u1,u2,...,uk。这些xn和uk都是向量。根据下面两个公式迭代就能求出最终所有的u,这些u就是最终所有
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1466
    • 提供者:郑志鹏
  1. k-means

    0下载:
  2. 这是K-means matlab例程,对数据进行聚类,其中数据由matlab随进产生,可以直接在matlab上运行使用。-This is the K-means matlab routines, data clustering, which is generated by the data over into matlab, you can run directly on matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4232
    • 提供者:刘松
  1. 2-Learning-the-k-in-k--means

    0下载:
  2. 本文基本的讲解了聚类上的关于K-MEANS算法,应用平台是MATLAB,内容详细,目的清晰,算法步骤清楚明了。-This article explains the basic clustering on about K-MEANS algorithm, application platform is MATLAB, detailed, clear purpose, the algorithm steps clear.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:592521
    • 提供者:cissymint
  1. test

    0下载:
  2. 数据挖掘的作业使用K-means聚类算法 使用的是synthetic_control.data数据集-Data mining operations using K-means clustering algorithm using data sets synthetic_control.data
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1266065
    • 提供者:
  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. 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. 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. 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

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

    • 发布日期:2017-04-29
    • 文件大小:84629
    • 提供者:ljf
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 47 »
搜珍网 www.dssz.com