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

搜索资源列表

  1. K_average

    1下载:
  2. 模式识别的经典算法之一,动态聚类的k均值算法,采用matlab进行编程,并对分类进行了画图分析。-the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:也风
  1. 回文数

    0下载:
  2. 打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。 *题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数k(如n=13,则a=169且k=961),若a等于k则可判定n为回亠数。 -Print all over n (4 admission; 256) with the square of its symmetrical nature of the (also known pal
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.03kb
    • 提供者:姚紫欣
  1. K-meanCluster

    0下载:
  2. How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the f
  3. 所属分类:并行运算

    • 发布日期:2014-01-17
    • 文件大小:1.96kb
    • 提供者:yangdi
  1. kMean

    0下载:
  2. k-mean算法演示,利用手工输入点通过k类自动聚合
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:138.07kb
    • 提供者:jack
  1. K_MEANS

    0下载:
  2. 实现K-MEAN经典聚类算法,代码书写规范,接口简洁,值得参考
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.73kb
    • 提供者:ming
  1. GMM

    0下载:
  2. this another gmm training matlab source code. it use k-means for initialization of parameter before trainig, not LBG algirhtm. so it is very helpful for GMM training-this is another gmm training matlab source code. it use k-means for initializati
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:5.08kb
    • 提供者:whchoi/GodDog
  1. hfs259(1)

    0下载:
  2. 这是C#下编译通过的K均值聚类算法的一个版本,可以应用于遥感图像的非监督分类-K c-mean class two
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:650.1kb
    • 提供者:扬扬
  1. Image_Clust

    0下载:
  2. Title: Image Clutering K-means and Mean Shift) delphi implemetation Descr iption: This delphi program contains image clustering algorithms K-means and Mean shift. Contains 2 pas file for kmeans and mean shift. by chamika deshan
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:26.49kb
    • 提供者:rtamarit
  1. mean-K-KPCA

    0下载:
  2. 通过核 K- 均值聚类的方法对语音帧进行聚类 , 由于聚类的中心能够很好地代表类内的特征, 用中心样本帧取代该类, 减少了核矩阵的维数, 然后再采用稀疏 KPCA方法对核矩阵进行特征提取。-Through the nuclear K-means clustering method for clustering of speech frames, the cluster center can be a good representative of the class characteristics
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:181.34kb
    • 提供者:piano
  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
    • 文件大小:1.26kb
    • 提供者:余文乐
  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
    • 文件大小:7.82mb
    • 提供者:dancy88927
  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
    • 文件大小:189.48kb
    • 提供者:王斌
  1. K-mean-clustering-algoritm

    0下载:
  2. k均值聚类算法,帮助学习、使用,欢迎下载、-k-means clustering algorithm to help learn, use, welcome to download,
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:30.12kb
    • 提供者:为实
  1. fuzme_matlab

    0下载:
  2. Fuzzy k mean code -Fuzzy k mean code
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:28.12kb
    • 提供者:shan
  1. Speech Processing Analysis - MATLAB

    0下载:
  2. The number of states in GMM as the generative model of the frames is obtained using k-means algorithm. This also helps to initialize the mean vector and the covariance matrix of the individual state of the GMM. The training LPC frames collected fro
  3. 所属分类:语音合成与识别

    • 发布日期:2017-12-28
    • 文件大小:711kb
    • 提供者:Khan17
  1. 机器学习

    0下载:
  2. 机器学习无监督学习聚类算法K-mean,利用python对数据进行无监督学习分类
  3. 所属分类:Python

搜珍网 www.dssz.com