搜索资源列表
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 given number of cluster centers
K-均值聚类算法
- K-均值聚类算法,对数据进行聚类分析,可用于提取关键帧等。用matlab实现,K-means clustering algorithm, cluster analysis of data that can be used, such as key frame extraction. Using matlab to achieve
K-Mean
- 遥感影像K均值分类算法,针对bmp彩色图像。VC++6.0编程实现。-K means of remote sensing image classification algorithm for bmp color images. VC++6.0 programming.
k-means
- 关于三维数据点的k-means算法聚类分析程序-Three-dimensional data points on the k-means algorithm for cluster analysis procedure
K_average
- k均值聚类或者成为均值聚类,用于对各个数据进行分类-k-means clustering or a means clustering for the classification of the various data
123456789K_Average
- K均值算法的matlab代码,使用起来很简单,对于模式识别的效果也很好,初学者也很容易看懂。-K-means algorithm matlab code, very easy to use, for the effect of pattern recognition is also good, beginners can easily understand.
K
- K均值算法-分类器-有效抑制边缘点影响-简单有效-K-means algorithm- Classifier- effectively inhibiting the impact of edge points- simple and effective
K-means.m
- K-mean均值算法的matlab功能实现-K-means to achieve the matlab function
k-means
- k-means算法用matla实现车牌定位-License plate location achieved with matla
k-means
- 对BMP图像进行K_MEANS分类,效果较好,对初学者学习k_means分类算法很有帮助。-K_MEANS image classification of BMP, effect is better, K_MEANS classification algorithm for beginners helpful.
k-means-Algorithm
- k-means算法 k-means算法-k-means Algorithm k-means Algorithm k-means Algorithm
K-mean
- 基于纹理度量的图像分割,适用于遥感图像,主要利用到K-mean算法。-Image segmentation based on texture measurement for remote sensing image, the main advantage of K-mean algorithm.
km
- KMEANS源代码:k-means 聚类算法 图像处理分割-KMEANS源代码:k-means clustering algorithm for image processing segmentation
K-Means
- 这个目录包含了K - means算法的代码实现。源代码可以发现在KMEANS.CPP。样本数据isfound在KM2.DAT。 KMEANS程序接受输入向量的组成和计算使用K - means算法的集群中心。输出被定向到屏幕上。 -This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.D
11
- K均值,随机产生一组数据并加以聚类,是学习图像处理的基础-K-means, random values, and clustering
K-mean
- K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大(K-means algorithm is a typical distance based clustering algorithm. The distance is used as the evaluation index of similarity, that is, the closer the distance between the two objects, the
K-Means PCA降维
- K-Means算法,不要求建立模型之后对结果进行新的预测,没有相应的标签,只是根据数据的特征对数据进行聚类。主成分分析降维对数据进行可视化操作,对features进行降维.(K-Means algorithm does not require the establishment of the model after the new prediction of the results, there is no corresponding tag, but only on the character
K均值对图像进行聚类分析
- 用k-means算法对图像进行聚类,适合于初学者(K-means algorithm for clustering images, suitable for beginners)
k-means-image-segmentation-master
- k-means 聚类和分割的图像处理方法(k-means and segement image process)
K-means
- 对图像用k-means算法进行处理,得到效果更好的图像(Processing the image with k-means algorithm)