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

搜索资源列表

  1. 数据挖掘常用算法

    1下载:
  2. 数据挖掘常用的算法,包括id3,k均值,FCM,SVM,CART五个常用的算法,是用matlab编写的。-commonly used data mining algorithms, including id3, k mean, FCM, the SVM, CART five commonly used algorithm is the use of Matlab prepared.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:18518
    • 提供者:李冬宾
  1. MeanShiftCluster.zip

    0下载:
  2. Mean shift clustering. K means clustering.,Mean shift clustering. K means clustering.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2125
    • 提供者:Ezekiel
  1. colorimageretrivew

    4下载:
  2. 实现彩色图像显著区域提取,基于注意力机制,使用算法包括k-means,分割等。-salient region detection
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-11
    • 文件大小:2076710
    • 提供者:程素娟
  1. engdemo

    0下载:
  2. the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1712
    • 提供者:jntu
  1. Image_Smoothing

    0下载:
  2. 所给程序中,先给出一副原始图像,在其中添加椒盐噪声,然后用几种方法进行平滑滤波,包括邻域均值法,邻域中值滤波和K邻域均值滤波,其中的K邻域均值滤波所选掩膜为3*3,K值取5,图片选用board.ti。-Given program, the first is given an original image, in which the added salt & pepper noise, and then use several methods of smoothing, including
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:136204
    • 提供者:hanyantao
  1. KNNMeanFilter

    0下载:
  2. 原理:以待处理的像素作为中心,取一个nXn的模板,在模板中选择k个与待处理像素的值最接近的像素,将这k个像素的均值替换原来的像素值。 假设n=3,k=5,调用方法:b = KNNMeanFilter(a, 3, 5)-Principle: to be treated as the center pixel, take a nXn template select the template and the pending k-nearest pixel values of pixels, thi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:646
    • 提供者:Cathie Wen
  1. vqsplit

    0下载:
  2. K-mean均值算法是给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类 之间的相似性最小。 Kmean处理图像的matlab文件 -K-mean algorithm is given class means the number of K, K to N objects assigned to a class, making class similarity between objects within the maximum, while the similari
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3882
    • 提供者:huan
  1. Kmeans-julei

    0下载:
  2. 动态聚类的k均值算法,采用matlab编程,内有多个子程序,和一个主程序-dynamic clustering algorithm k mean using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2472
    • 提供者:liuyang
  1. ideal_k_means

    0下载:
  2. matlab的k_means(k均值)算法的例子的实现。-the matlab k_means (k mean) algorithm example implementation.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:924
    • 提供者:Boyu Hong
  1. fuzme_matlab

    0下载:
  2. fuzzy k mean algorithm by matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:18663
    • 提供者:Daniel Sohn
  1. Kmeans-clustering

    0下载:
  2. 用matlab编写的k均值聚类程序,可直接运行调用-Prepared by the MATLAB K mean clustering procedures, can be directly run call
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:179515
    • 提供者:林诺诺
  1. kmean

    0下载:
  2. k mean for clustering in the matlab.cluster do in environment 3-dimontional.
  3. 所属分类:matlab

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

    2下载:
  2. 基于遗传算法的投影寻踪代码,提供大家下载,方便查阅-【研学堂】【代码】投影寻踪代码,请验用!! function Qa=Project_Pursuit(X,a,Alpha) 输入参数列表 X 本指标矩阵,n×p的矩阵,每一行为一个样本, Xij表示第i行第j列指标,X是否已经归一化均可 a 投影向量,1×p的矩阵,元素取值范围-1~1,要求其元素平方和等于1 Alpha 窗口半径系数,典型取值0.1
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:1293
    • 提供者:余文乐
  1. MATLAB-image-processing

    0下载:
  2. 设计一个MATLAB界面,用于图像处理,实现了灰度拉伸,K邻近均值滤波,FFT变换,同态滤波,边缘检测,图像分割,均衡化等-A MATLAB interface design for image processing, gray stretch, K neighboring mean filtering, FFT transform, homomorphic filtering, edge detection, image segmentation, equalization
  3. 所属分类:Special Effects

    • 发布日期:2017-11-05
    • 文件大小:14985
    • 提供者:xiaoyu
  1. K_mean_clustering

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

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

    1下载:
  2. matlab语言,基于K-mean,也即是取K值法提取方法的关键帧抽取方法-matlab language, based on the K-mean, that is to take the value of K extraction method keyframe extraction method
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1777
    • 提供者:邹楠
  1. Untitled

    0下载:
  2. k-mean算法,使用matlab工具箱工具对图像进行聚类分割。-k-mean algorithm, using matlab clustering toolbox tool for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:671
    • 提供者:张寒
  1. Untitled2

    0下载:
  2. k-mean算法,使用matlab工具箱工具对图像进行聚类分割。-k-mean algorithm, using matlab clustering toolbox tool for image segmentation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1047
    • 提供者:张寒
  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 2 3 45 »
搜珍网 www.dssz.com