Welcome![Sign In][Sign Up]
Location:
Search - k means code in matlab

Search list

[AI-NN-PRK-Means动态聚类算法源程序

Description: This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen.
Platform: | Size: 30720 | Author: 刘思 | Hits:

[AI-NN-PRkmeans_cluster聚类算法的实现

Description: 数据挖掘中k-means聚类算法的实现源代码-clustering algorithm source code in data mining
Platform: | Size: 3072 | Author: 张乐 | Hits:

[Special Effectskmeans

Description: 用matlab对于FCM代码实现,不同于matlab中库函数-Used matlab code for FCM realize, unlike in matlab library function
Platform: | Size: 1024 | Author: 徐军 | Hits:

[AI-NN-PRMedoidshift

Description: 中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。 MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab implementation source code.-Center drift is a non-supervised clustering algorithm (k-means algorithm with the similar, but more a wider range of applications), can be used for image segmentation, based on the realization of the source Matlab. MedoidShift is a unsupervised clustering algorithm (similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab implementation source code.
Platform: | Size: 36864 | Author: 陈明 | Hits:

[matlabk_algorithm

Description: k均值算法matlab实现,模式识别中常用-k-means algorithm matlab realize, pattern recognition used in
Platform: | Size: 1024 | Author: chenyu | Hits:

[Mathimatics-Numerical algorithmsKMEANS

Description: K-MEANS算法 输入:聚类个数k,以及包含 n个数据对象的数据库。 输出:满足方差最小标准的k个聚类。 处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止 (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分; (4) 重新计算每个(有变化)聚类的均值(中心对象)-K-MEANS algorithm Input: cluster number k, and contains n data object database. Output: the minimum standards to meet the variance k-clustering. Deal flow: (1) a data object from the n choose k object as initial cluster centers (2) cycle (3) to (4) until a change in each cluster is no longer so far (3) according to each Clustering objects mean (central object), calculated for each object with these centers to object distance and in accordance with a minimum distance between a re-division of the corresponding object (4) re-calculated for each (change) clustering of the mean (central object )
Platform: | Size: 3072 | Author: 快快 | Hits:

[matlabtravailenmat

Description: matlab programming for clustering pam , k-means , dbscan , optics for image segmentation
Platform: | Size: 21504 | Author: Ben hassen Amer | Hits:

[Special Effectskmeans-image-segmentation

Description: K均值 很好用的K均值代码 -K-means K-means used in a very good code
Platform: | Size: 46080 | Author: shi | Hits:

[AI-NN-PRClustering-Code

Description: A Two dimensional clustering application in matlab, which covers K-Means, hierarchical agglomerate clustering methods
Platform: | Size: 13312 | Author: maddy | Hits:

[matlabcode_knn

Description: K近邻算法在Matlab中的实现,相当完整,对研究KNN算法有一定帮助-K nearest neighbor in the Matlab, implementation, rather complete, the study of KNN algorithm has certainly helped
Platform: | Size: 134144 | Author: long | Hits:

[matlabkmean

Description: 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.
Platform: | Size: 10240 | Author: 刘斌 | Hits:

[matlabCodeBook

Description: Code MATLAB in S. Theodoridis, A. Pikrakis, K. Koutroumbas, D. Cavouras - Introduction to Pattern Recognition: A MATLAB Approach
Platform: | Size: 1081344 | Author: Jan | Hits:

[matlabpso-clustering

Description: 基于粒子群的改进K均值聚类算法源代码。适用于MATLAB7.1。-Improved PSO-based K means clustering algorithm source code. For MATLAB7.1.
Platform: | Size: 2048 | Author: hsj | Hits:

[Special EffectsKmeans-MATLAB

Description: 该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。-The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.
Platform: | Size: 1024 | Author: 牛少敏 | Hits:

[AlgorithmkMeansCluster-Code-For-matlab.m

Description: The code for k-means cluster in matlab. It works well in matlab.
Platform: | Size: 2048 | Author: 张媛 | Hits:

[matlabK-Mean-Clustering-Code-in-Matlab

Description: k 均值聚类算法 ,能有效的将数据分成k类 但是具有k参数难以确定的缺点。 -k-means algorithm can cluster data into K class but, the parameter K can not be selected easily.
Platform: | Size: 5120 | Author: cluster | Hits:

[Special EffectsK

Description: K均值聚类在Matlab中的代码实现,是图像分割和图像识别中常用处理操作-K-means clustering code in Matlab realize image segmentation and image recognition is commonly used in processing operations
Platform: | Size: 1024 | Author: 姜苏 | Hits:

[matlabK-Means-Clustering-and-PCA

Description: 此代码为matlab代码,分为两个部分。第一部分实现K均值聚类算法应用它来压缩图像。在第二部分中,你将使用主成份分析法pca来实现人脸图像的低维表示。 -This code for the matlab code, is divided into two parts. The first part of the implementation of the K means clustering algorithm to compress the image. In the second part, you will use the principal component analysis method PCA to realize the low dimensional representation of the face image.
Platform: | Size: 11510784 | Author: pudnkobe | Hits:

[matlabKmeans

Description: K-means算法的matlab实现,附带原始数据(matlab code of K-means in machine learning)
Platform: | Size: 2048 | Author: hierarch | Hits:

[matlabk-means

Description: 此代码可以对图像很好的聚类,文件里面有原始图像,也有聚类后的图像,聚类的效果挺好的,大家可以看看(This code can make a good clustering of images. In the file, there are original images, and there are also images of clustering. The effect of clustering is good. You can have a look at it)
Platform: | Size: 118784 | Author: 宁采臣 | Hits:
« 12 »

CodeBus www.codebus.net