搜索资源列表
kmeans
- 用matlab实现的kmeans算法,是一个后台程序,没有调用其本身的kmeans算法,挺不错的
kmeans
- Matlab的kmeans算法实现,有很详细得说明
kmeans
- kmeans算法源程序 共6个文件 很好用的
EM-kmeans.rar
- 用matlab实验k-means算法,对数据进行分类。,Matlab experiments using k-means algorithm to classify the data.
kmeans-plusPlus
- K-means++算法实现,加强了初始聚类点的选取(careful seeding)-K-means++ algorithm to enhance the selection of the initial clustering points (careful seeding)
fcm
- 一个关于FUZZY kmeans算法的matlab源程序 有带聚类分析结果-Kmeans algorithm on matlab source are the result of cluster analysis with
kmeans(chp2_2_2)
- kmeans 算法的实现,编译已经通过,希望对大家有帮助-kmeans algorithm, the compiler has been passed and we hope to help
MATLAB
- 层次模糊聚类的算法实现,一个用C或者C++写的kmeans算法,最新的聚类算法-Level fuzzy clustering algorithm, one using C or C++ written kmeans algorithm, the latest clustering algorithm
kmeans
- 很好的matlab源代码 是kmeans算法的源代码 希望大家会喜欢-sfsdfsdfdsfdsfdsfdsfdsfdsgsgs
KMEANS
- K-Means动态聚类算法源程序。可以用来发现社团结构。-Dynamic K-Means clustering algorithm source code. The structure can be used to find associations.
kmeans
- 使用K-均值聚类算法在IRIS数据上进行聚类分析.-K-means clustering algorithm using IRIS data in the cluster analysis.
kmeans
- Matlab 写的kmeans slc 算法 还包括实验报告,其中有实验结果图的对比-Matlab kmeans and slc algrithms, reports with experimental results attached I hope it is useful for you
kmeans
- K均值有效执行++多元数据的聚类算法。它已经表明,该算法具有的总群集内距离的期望值是日志(K)的竞争力的上限。此外,K -均值++通常远高于香草收敛K均值少。-An efficient implementation of the k-means++ algorithm for clustering multivariate data. It has been shown that this algorithm has an upper bound for the expected value o
kmeans
- Kmeans算法的Matlab 程序,能评价分类后的的效果-Kmeans algorithm Matlab program to evaluate the effects of post-classification
kmeans
- kmeans算法是一种通过聚类从而达到分类的算法-kmeans algorithm is a classification algorithm to achieve through the clustering
kmeans
- matlab kmeans算法程序,ma tlab kmeans算法程序,-matlab kmeans algorithm, matlab kmeans algorithm matlab kmeans algorithm procedures
kmeans
- kmeans算法实现代码,详细代码实现过程,matlab语言(Kmeans algorithm implementation code, code implementation process in detail, the matlab language)
kmeans
- 改进的kmeans算法,聚类效果良好,比三种算法要好,matlab(The improved kmeans algorithm has good clustering effect and is better than the three algorithms, matlab)
kmeans
- kmeans算法,对影像进行聚类分类,matlab语言,模式识别(kmeans clustering algorithm)
k-means算法
- Kmeans算法是一个重复移动类中心点的过程,把类的中心点,也称重心(centroids),移动到其包含成员的平均位置,然后重新划分其内部成员。(The Kmeans algorithm is a process of repeating the center point of a moving class, moving the center of the class, also known as centroids, to the average position of its member