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

搜索资源列表

  1. k_means_JIT

    0下载:
  2. k-mean聚类算法的MATLAB源代码程序-k-mean clustering algorithm Source code realization in MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:118181
    • 提供者:王雪
  1. K_means-image-segmentation

    1下载:
  2. 将彩色图像从RGB转化到lab彩色空间,进行K-mean聚类将图像分割-The color image in RGB color space conversion to lab space , K-mean clustering image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2014-09-19
    • 文件大小:7168
    • 提供者:zhangfengyuan
  1. graph4.c.tar

    0下载:
  2. k mean clustering to cluster a hard of test
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:3297
    • 提供者:DONG
  1. kmeans1

    0下载:
  2. kmeans ieee paper , A system for analyzing student’s results based on cluster analysis and uses standard statistical algorithms to arrange their scores data according to the level of their performance is described. K-mean clustering algorithm for a
  3. 所属分类:Network Security

    • 发布日期:2017-04-01
    • 文件大小:798905
    • 提供者:bala
  1. haha

    0下载:
  2. 基于Lab空间向量的图像分割方法,采用k-mean聚类。-Based on the Lab space vector image segmentation method, the use of k-mean clustering.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:714
    • 提供者:李长生
  1. DM_YeDan

    0下载:
  2. KNN(K最近邻)分类算法以及K-means(K均值)聚类算法是应用广泛的两种算法。本代码是在VS2010环境下,用 C++语言在基于KNN及K-means算法下,实现了对Iris数据集的分类与聚类。-KNN (K nearest neighbor) classification algorithm, as well as K-means (K mean) clustering algorithm is widely used two algorithms. The code VS2010 en
  3. 所属分类:ELanguage

    • 发布日期:2017-11-15
    • 文件大小:8197162
    • 提供者:dancy88927
  1. K_mean_clustering

    0下载:
  2. this code is about k mean clustering in Matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:1574
    • 提供者:Zhao
  1. New-folder

    0下载:
  2. Brain Tumor Segmentation Calculation in Brain MR Images using K-Mean Clustering and Fuzzy C-Mean Algorithm
  3. 所属分类:hospital software system

    • 发布日期:2017-11-15
    • 文件大小:765303
    • 提供者:sami
  1. Kmean1

    0下载:
  2. 用于遥感图像分类。其输入为几幅遥感图像,使用k-mean聚类方法对图像中的不同地形进行聚类分割--For remote sensing image classification. Their input for a number of remote sensing images, the use of k-mean clustering method to image the topography of the different cluster partition
  3. 所属分类:source in ebook

    • 发布日期:2017-11-25
    • 文件大小:194024
    • 提供者:王斌
  1. important2

    0下载:
  2. 基于聚类的径向基神经网络的设计算法,采用的是K均值聚类。实现函数拟合!-The design algorithm of radial basis function neural network based on clustering, using the K mean clustering. Realize the function fitting!
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:794
    • 提供者:范敬柱
  1. kmeansClusters

    0下载:
  2. Image segmentation k mean clustering
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1786
    • 提供者:suewit
  1. kMeanExtract

    0下载:
  2. 本代码是基于k-mean聚类的关键帧提取代码,是用matlab来实现的。-The code is based on k-mean clustering key frame extraction code, using matlab to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1418
    • 提供者:李亚南
  1. background-model3

    0下载:
  2. 针对背景差法易受外界环境因素影响的缺点, 提出了一种基于改进K-均值聚类的背景建模方法。通过比较任意样本与该像素位置处的子类中心之间的距离, 对各个像素的观察值进行聚类, 并在聚类过程中逐步确定其类别数。一段时间的学习之后, 样本数最多的子类就构成了背景模型。仿真结果表明, 该算法即使在运动目标存在的情况下也能准确的提取出实际的 背景, 而且显著地降低了系统的存储量。-Aimed at the disadvantage that background subtraction was liab
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1494844
    • 提供者:
  1. kmeanhar

    0下载:
  2. a simple yet effective code for k mean clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3237
    • 提供者:suman
  1. K-mean

    0下载:
  2. 聚类算法中的k-means算法,和k-medoids 肯定是非常相似的。k-medoids 和 k-means 不一样的地方在于中心点的选取,在 k-means 中,我们将中心点取为当前 cluster 中所有数据点的平均值。-Clustering algorithm k-means algorithm, and k-medoids certainly very similar. k-medoids and k-means not the same place that the center o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:22155
    • 提供者:赵小娟
  1. EM

    0下载:
  2. EM 算法,先K-mean 聚类,然后LGB分裂-EM algorithm, the first K-mean clustering, then LGB split
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:7454542
    • 提供者:王磊
  1. K_Mean

    0下载:
  2. K_Mean聚类分析算法用于各地区城镇居民年人均收入的分析(分别4类),包括原始数据以及代码!结果在Data1、Data2、Data3、Data4中.-K Mean clustering algorithm used to analyze the regional urban residents per capita income (Class 4, respectively), including the original data and code! Result in Data1, Dat
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:9363
    • 提供者:刘韬
  1. Kmean

    0下载:
  2. k-mean聚类算法。最简实现,全部做了中文注释-K-mean clustering algorithm. The simplest implementation, all done in Chinese Notes
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2690
    • 提供者:jacky
  1. Kjunzhi

    0下载:
  2. 一个简单的k均值聚类例程,适合数据挖掘初学者练习(A simple K mean clustering routines, practice for data mining beginners.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:4096
    • 提供者:fire2008
  1. image

    0下载:
  2. 进行图像像素的聚类分析,采用k-mean聚类分析,速度比MATLAB快5倍之多。(Cluster analysis of image pixels, using K-mean clustering analysis, the speed is faster than MATLAB 5 times more.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-31
    • 文件大小:9528320
    • 提供者:a12543
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com