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

搜索资源列表

  1. exer-kmean.rar

    0下载:
  2. k均值算法实现聚类 c语言编写
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:30003
    • 提供者:
  1. K-means

    0下载:
  2. K均值算法的详细代码实现以及含有详细的注释信息,该代码已通过验证可以运行成功-K-means
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:12148
    • 提供者:niulijun
  1. K-means-clutering-algorithm

    0下载:
  2. K均值算法,用于数据聚类,是一切数据聚类学习的基础,经常被后来学者学习和改进-K-means clubing algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3732
    • 提供者:原缘
  1. k-means

    2下载:
  2. K均值算法,将数据矩阵命名为data,设置聚类簇个数k,可对多维数据进行聚类。-K mean algorithm, the data matrix is named data, set the number of clusters K, can be used to cluster the multi-dimensional data.
  3. 所属分类:Data Mining

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

    2下载:
  2. 聚类分析的K均值算法(Python实现)-K means algorithm for clustering analysis (Python)
  3. 所属分类:mathematica

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:葛俊祥
  1. K-MeansPP

    0下载:
  2. K均值算法的实现,其中实现随机获取聚类中心-Realizing the K-means algorithm, which realize stochastic get clustering center
  3. 所属分类:GIS program

    • 发布日期:2017-04-14
    • 文件大小:2733
    • 提供者:羽伦
  1. K-means-for-K=3

    0下载:
  2. 模式识别,K均值算法,取K=3。使用VC++6.0 编译完成通过。-K means for K=3
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:192241
    • 提供者:陈红
  1. K-means-clustering-algorithm

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

    • 发布日期:2017-04-15
    • 文件大小:5248
    • 提供者:罗汉
  1. K-means

    0下载:
  2. 本程序是用python写的一个K均值算法,通过该算法可以学习一python实现算法的流程,以及学习该算法的使用。-The program is written in python a K-means algorithm, the algorithm can learn a python algorithm implementation processes, and learning to use the algorithm.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:83053
    • 提供者:liuchao
  1. ISODATA MATLAB编码

    2下载:
  2. 迭代自组织数据分析算法(Iterative Self-Organizing Data Analysis Techniques Algorithm,ISODATA)与K均值算法有相似之处,即聚类中心的位置同样是通过样本均值的迭代运算决定。不同的是,这种算法在运算的过程中聚类中心数目不是固定不变的,而是反复进行修改,以得到较合理的类别数K,这种修改通过模式类的合并和分裂来实现,合并和分裂在一组预先选定的参数指导下进行。
  3. 所属分类:matlab例程

  1. K-mean

    0下载:
  2. 关于运用K均值算法进行简单的图像分割的代码(On the use of K-means algorithm for simple image segmentation code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:45056
    • 提供者:Xs_55555
  1. kdtree

    0下载:
  2. 参照统计学习(李航著)一书实现的MATLAB仿真代码,代码包含main主函数和kd搜索算法以及相应的数据输入,整个代码实现完整,可以直接运行。(Reference statistics learning (Li Hang) a book to achieve the MATLAB simulation code, the code contains the main main function and KD search algorithm, and the corresponding data
  3. 所属分类:matlab例程

  1. K均值算法 - 非监督分类

    0下载:
  2. k-means 监督分类,希望对初学者有帮助。(K-means supervised classification, and I hope to help beginners.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:2580480
    • 提供者:edwadeq
  1. xohtqfd

    0下载:
  2. K均值算法: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:lockuz
  1. RBF-k均值聚类

    1下载:
  2. RBF(径向基神经网络)网络是一种重要的神经网络,RBF网络的训练分为两步,第一步是通过聚类算法得到初始的权值,第二步是根据训练数据训练网络的权值。RBF权值的初始聚类方法较为复杂,比较简单的有K均值聚类,复杂的有遗传聚类,蚁群聚类等,这个RBF网络的程序是基于K均值聚类的RBF代码。(RBF (radial basis function network) is an important neural network. The training of RBF network is divided
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:6144
    • 提供者:老外
  1. kjunzhijulei

    0下载:
  2. 说明K均值聚类算法的流程,并用matlab实现K均值聚类功能(Using MATLAB to implement function of K-means clustering)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:maxiao10
  1. 09967310

    0下载:
  2. 给大家提供了一个斯坦福大学的K均值算法的文章有较好的研究价值,希望能给大家一些帮助,()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-02
    • 文件大小:212992
    • 提供者:xqapn
  1. ABC-K-means

    0下载:
  2. 基于改进人工蜂群算法的K均值聚类算法-喻金平-郑杰-梅宏标,matlab(K-means clustering algorithm based on improved artificial bee colony algorithm-Yu Jinping-Zheng Jie-Mei Hongbiao, matlab)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-21
    • 文件大小:57344
    • 提供者:辣条青年
  1. k均值聚类

    1下载:
  2. 通过比较自编MATLAB 的k-means 算法程序和SPSS 中自带的k-means聚类工具,对两个数据集聚类,并分析了聚类结果。(By comparing the k-means algorithm program of self-compiled MATLAB with the K-means clustering tool of SPSS, two data sets are clustered and the clustering results are analyzed.)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-28
    • 文件大小:362496
    • 提供者:yty1018
  1. IABC_KMC_test_on_Iris_wine_glass

    3下载:
  2. 改进的人工蜂群算法K均值聚类算法寻找全局最优解(Improved artificial bee colony algorithm K-means clustering algorithm to find the global optimal solution)
  3. 所属分类:其他

    • 发布日期:2020-12-21
    • 文件大小:23552
    • 提供者:代码新手
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com