搜索资源列表
K-MEANS算法实现
- K-MEANS算法实现
改进的K-Means算法实现车牌字符的分割
- 本实验基于K-Means聚类算法思想实现了字符分割,因为车牌规定是7位的,所以K取7。另外本实验对K-Means算法进行了改进,充分考虑了初始点的设置及迭代结束条件。实验结果证明这种改进的K-Means算法实现车牌字符分割是快速、有效的。
k-MEANS算法
- K-means算法 机器学习
K-means算法源码
- kmeans 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 gi
good K-means clusters
- 这次上传的代码是关于K-means clusters的代码,希望能对大家有用。-The uploaded code is about K-means clusters.I hope it can be a help to everyone.
C--K-Means
- 这个是K-Means动态聚类算法的源程序,需要的请下,请多多指教,谢谢!-This is a K- Means clustering algorithm source, the need to please, please exhibitions, thank you!
K-means.m
- MATLAB编写的一种模式识别里的重要的模糊聚类方法K-means算法的matlab程序.-MATLAB prepare a Pattern Recognition's important Fuzzy clustering methods K-means algorithm Matlab procedures.
K-meaneuclideandistance
- 这个是采用欧氏距离下的K-means算法的matlab实现-this is the Euclidean distance between the K-means algorithm to achieve the Matlab
k-means.c++
- k-means算法 C++实现-k-means algorithm to achieve C
Simple-K-means
- 2个举类的简单k-means算法,非常简单,新手给大家提供参考了-two categories give a simple k-means algorithm is very simple, and newcomers to provide a reference to the
k-means(matlab)
- 关于k-means聚类算法的MATLAB实现-On the k-means clustering algorithm of MATLAB realize
k-means
- k-means算法,大家可以试试先,有什么好东东大家一起分享-k-means algorithm, we can try first, and have nothing to share with everyone Dongdong
k-means
- k-means算法。包括一个测试的4类的测试数据集。-k-means algorithm. Including a test of the 4 types of test data sets.
K-MEANS
- 基于MATLAB的k-means算法 较好的解决了图像分类聚类的问题-MATLAB based on the k-means algorithm better solved the problem of image classification clustering
k-means
- 空间数据分析中最常用的是聚类分析,而K-MEANS算法是聚类分析中常用的,其主要思想是在给定的聚类数目下对多维(我做的是三维空间点)向量进行聚类,-Spatial data analysis is the most commonly used cluster analysis, while the K-MEANS algorithm is commonly used in cluster analysis, the main idea
K-means
- 简单实用的k均值聚类算法,可以实现多位向量的简单聚类-Simple and practical k-means clustering algorithm, can achieve more than a simple vector clustering
K-Means
- K—means算法简单应用,适合初学者自学。内有中文解释,简单易懂。-K-means algorithm is simple application, suitable for beginners and self-learning. There are Chinese explanation, easy-to-read.
k-means
- 关于数据挖掘中k-means算法的英文介绍分析-Data Mining on the k-means algorithm analysis in English, introduced
K-means
- 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现。-k-means
k-means(java)
- k-means算法是基于划分的聚类方法,本算法简单,便于理解,以可视化界面的形式将结果展示出来。-k-means clustering algorithm is based on the division method, this algorithm is simple and easy to understand visual interface to the form of the results.