搜索资源列表
KMEANS01
- This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers u
KMEANS
- 经典统计方法:k-means聚类分析源程序-classical statistical methods : k-means clustering source
ma_by
- The Matlab functions and scr ipts in the MA toolbox are: - ma_sone wav (PCM) to sone (specific loudness sensation) - ma_mfcc wav (PCM) to MFCCs (Mel Frequency Cepstrum Coefficients) - ma_sh sone to Spectrum Histogram - ma_ph sone to
Kmeans
- 基于粗糙熵和K-均值聚类算法的图像分割 基于粗糙熵和K-均值聚类算法的图像分割
kmeans111
- kmeans算法的源代码-kmeans algorithm source code
k-means c++源码
- 社团结构划分中 k-means算法 C++源码
KMEANS.rar
- 聚类分析是数据挖掘中的一个重要研究领域,是一种数据划分或分组处理的 重要手段和方法。聚类无论在商务领域,还是在生物学、W七b文档分类、图像 处理等其他领域都得到了有效的应用。目前聚类算法大体上分为基于划分的方 法、基于层次的方法、基于密度的方法、基于网格的方法、基于模型的方法以及 模糊聚类。 ,erer
KMEANS
- knn分类模式识别可用于文本挖掘和其他的识别分类,vc代码,-Commission pattern recognition can be used for classification of text mining and other identification classification, vc code-knn classification text mining and pattern recognition can be used to identify the other cate
kmeans
- 经典的k-means程序,包含了很多的数据集,具有几点的聚类程序的描述。以供大家参考。-kmeans
EM_init_kmeans
- 高斯混合模型参数初始化程序,在对高斯混合模型的建立之前采用KMEANS算法进行初始化-Gaussian mixture model parameter initialization procedure, in the Gaussian mixture model is initialized before the algorithm used KMEANS
Image_Clust
- 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
kmean
- 对语音信号的特征参数的K均值聚灯函数的MATLAB实现-voice kmeans
kmeans
- 一个应用K-means方法进行的图像分割技术。-utilize the k-means method to achieve image segementation
km
- kmeans算法,用于聚类,简单matlabcode-kmeans code
kmeans-classification-algorithm
- kmeans分类算法准备的,借用网上找到的,但是,我调试时修改了一个参数才成功的-kmeans classification algorithm prepared to borrow to find online, but when I debug modify a parameter was successful
kmeans-lab
- K means clustering algorithm implementaion, machine learning
kmeans
- k_means算法,可以用于聚类分析,用来识别系统的状态。-It is kmeans. we can use it to identify the operation of the system.
Kmeans
- Kmeans聚类算法实例,比较容易理解明白算法的内涵。-Kmeans clustering algorithm for example, relatively easy to understand the connotation of the algorithm
KMEANS
- 用C语言编写的基于Kmeans算法的聚类分析程序-Kmeans,use C
kmeans聚类源码
- kmeans聚类python代码,里面有详细注解,可直接运行