搜索资源列表
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
vqKmeans
- Test k-means on 2-D data
qiuzhijianlifengmianyishu
- 基于动态的K值均值酸法 MATLAB 动态聚类K值的算法-based on the dynamic K-means acid MATLAB dynamic clustering algorithm K
k-means
- k均值算法,基于两维的
k-means c++源码
- 社团结构划分中 k-means算法 C++源码
cvap3.5
- CVAP includes 4 External validity indices, 14 Internal validity indices and 5 clustering algorithms (K-means, PAM, hierarchical clustering, SOM and etc.). It supports other clustering algorithms via loading a solution file with class labels, or by ad
cint-5.16.19-win32.tar
- Cint(C/C++ interpreter, C-int)是一个C++解释器,顾名思义,和GCC、VC等编译器不同,它是解释执行C++代码的。它具有的能力有: 支持 K&R-C, ANSI-C, ANSI-C++ 可处理大规模C/C++源码 动态C++ 内置的Debugger和Class Browser Cint可以在不少操作系统上工作 -Cint (C/C++ interpreter, C-int) is a C++ interpreter, by definit
k_means
- k-means分类算法matlab 实现-k-means clasifier
GMM
- 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
k-means
- k-means MPI implementation for sparse matrixes
mean-K-KPCA
- 通过核 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
K-means
- 调用GDAL库实现模式识别的K均值和ISODATA算法,对图像的分类-Call GDAL library implementation of K-means and ISODATA algorithms pattern recognition, image classification
K-Means
- K-means algorithm code matlab
k-means_mapreduce
- 这是一个k-means算法在单机上的MapReduce实现-This is a k-means algorithm is implemented on a single machine' s MapReduce
K-mean-clustering-algoritm
- k均值聚类算法,帮助学习、使用,欢迎下载、-k-means clustering algorithm to help learn, use, welcome to download,
K-Means
- 聚类算法采用的是给定类的个数K,将N个元素(对象)分配到K个类中去使得类内对象之间的相似性最大,而类之间的相似性最小-Clustering algorithm is used to set the number of classes K, the N elements (objects) is assigned to the K classes to make the biggest similarity between objects within the class, and the sim
Lap1_K-means
- K-means C# this is algorithm too simple
k-means
- k-means聚类分析的程序压缩包,希望对大家有所帮助,包括源程序等- k-means Correlation Analysis Cluster Analysis on the preparation of the program matlabCluster Analysis on the preparation of the program matlab
k-means
- C语言编程实现的八维K-means聚类算法-Eight dimensional K-means clustering algorithm based on C programming language