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

搜索资源列表

  1. CART

    0下载:
  2. 数据挖掘算法,K-means聚类算法源代码,用于聚类分析-data mining algorithms, K-means clustering algorithm source code for the cluster analysis
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1828
    • 提供者:sah
  1. fuzzy_k_means

    0下载:
  2. 数据挖掘算法,fuzzy-K-means聚类算法源代码,用于模糊聚类分析-data mining algorithms, fuzzy-K-means clustering algorithm source code for Fuzzy Cluster Analysis
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1180
    • 提供者:sah
  1. KMEANS(matlab)

    0下载:
  2. Matlab环境下的k-means聚类算法,实现图像分割,很快阿!-K-means Clustering arithmetic based on Matlab platform.It s fast for Image-Division!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32740
    • 提供者:刘明霞
  1. K-junzhi

    0下载:
  2. 这是K均值聚类算法的程序,应用相当广泛的,比如在模式识别里就很重要.-This is the K-means clustering algorithm, application fairly extensive, such as pattern recognition is important to Lane.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:35934
    • 提供者:fun
  1. C--K-Means

    0下载:
  2. 这个是K-Means动态聚类算法的源程序,需要的请下,请多多指教,谢谢!-This is a K - Means clustering algorithm source, the need to please, please exhibitions, thank you!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:33045
    • 提供者:HaicoLi
  1. K-Mean1

    1下载:
  2. 编写K-均值聚类算法程序,对下图所示数据进行聚类分析(选k=2)-prepare K-means clustering algorithm, the data shown in the chart below cluster analysis (EAC k = 2)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:121671
    • 提供者:阿蒙
  1. k-means

    0下载:
  2. 此代码可以对图像很好的聚类,文件里面有原始图像,也有聚类后的图像,聚类的效果挺好的,大家可以看看(This code can make a good clustering of images. In the file, there are original images, and there are also images of clustering. The effect of clustering is good. You can have a look at it)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:118784
    • 提供者:宁采臣
  1. K_Means

    0下载:
  2. K-Means是聚类算法中的一种,其中K表示类别数,Means表示均值。顾名思义K-Means是一种通过均值对数据点进行聚类的算法。K-Means算法通过预先设定的K值及每个类别的初始质心对相似的数据点进行划分。并通过划分后的均值迭代优化获得最优的聚类结果。(K-Means is one of the clustering algorithms, in which K represents the number of classes, and Means means the mean. As t
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-01
    • 文件大小:273408
    • 提供者:DragonFZJ
  1. julei

    0下载:
  2. 聚类算法是给一大堆原始数据,然后通过算法将其中具有相似特征的数据聚为一类。 这里的k-means聚类,是事先给出原始数据所含的类数,然后将含有相似特征的数据聚为一个类中。(The clustering algorithm is given to a large number of original data, and then the data with similar features are gathered into a class by algorithm. The K-mean
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:WanderKing
  1. 953901

    0下载:
  2. K-MEANS聚类算法,以及PSO和QPSO算法改进K-MEANS算法,breastcancer数据验证了该分类模型的有效()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:26624
    • 提供者:rrchitejwurl
  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. MeanShiftCluster

    0下载:
  2. 该算法实现了均值漂移聚类算法,在MATLAB平台下有很好的结果验证(MeanShiift Cluster, it improves the performance than tradional cluster algorithm, such k-means cluster algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:xt-chong
  1. kmeans1

    0下载:
  2. 实现k-means算法的matlab代码(the matlab code of the k-means algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:zuiwoZ
  1. 蚁群聚类

    0下载:
  2. 基于蚁群算法的K-means聚类分析模型(Ant colony clustering analysis model)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:小瑾
  1. K_means

    0下载:
  2. 本代码可以根据类的初始中心位置和初始点总数,返回每个类的中心位置以及属于哪一类。(This code can return to the central position of each class and what class it belongs to, based on the initial center location and the total number of initial points of the class.)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-29
    • 文件大小:3871744
    • 提供者:暴瘦
  1. Cluster

    0下载:
  2. 常用聚类算法,包括k-means,k_mediods等(clustering algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:11264
    • 提供者:Yannic
  1. 1、K-means学习

    0下载:
  2. 用k-meas算法对图片聚类,根据图像的颜色,聚类成若干类(Using k-means algorithom to clustering a picture)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:106496
    • 提供者:lotusLena
  1. Untitledk

    0下载:
  2. k-means聚类分析,用于聚类分析算法,距离聚类(K-means cluster analysis)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:。11
  1. 改进的基于划分算法的三维点云聚类matlab实现

    4下载:
  2. 根据网上基于划分法k-means的聚类算法,我做了改进。可以预设一个最大的类数和一个半径,自动划分合适的类。最终将随机三维点云聚类完成后显示为不同颜色。(According to the clustering algorithm based on partition K-means on the Internet, I improved it. A maximum number of classes and a radius can be preset to automatically divi
  3. 所属分类:matlab例程

    • 发布日期:2020-12-22
    • 文件大小:1024
    • 提供者:woyaokaobo
  1. kmeans

    1下载:
  2. 利用k均值聚类算法对数据进行聚类分析(数据点通过随机生成)(Using k-means clustering algorithm to cluster data (data points are generated randomly))
  3. 所属分类:其他

    • 发布日期:2020-09-28
    • 文件大小:52224
    • 提供者:Ruby_Wang
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com