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:
Description: 图像集群(Image Clustering)
(1)图像读入,显示图像所在路径;
(2)采用imgcluster函数进行图像集群,选择集群个数后进行图像集群;
(3)运行后,在原图像上显示集群灰度图;
(4)若要显示各个集群情况,可打开【Show Clustering Image】新窗体,显示各集群类的基于原图的彩绘区域。其中非当前集群范围,则显示灰度为255的黑色。用户可点击按纽上下查看所有集群图。-image cluster (Image Clustering) (1) read into the images, Images show host path; (2) use of imgcluster function for image clusters, After the number of clusters chosen for image clusters; (3) After the operation, in the original image displayed on the gray level clusters; (4) To show that the various clusters, [Show Open Clustering Image-- new windows, showed that the cluster type based on the maximum of regional painting. Clusters of non-current range, it shows that the intensity of 255 black. Users can click on View All button next cluster map. Platform: |
Size: 113664 |
Author:mecal |
Hits:
Description: The Matlab functions and scripts in the MA toolbox are:
- ma_sone wav (PCM) to sone (specific loudness sensation)
- ma_mfcc wav (PCM) to MFCCs (Mel Frequency Cepstrum Coefficients)
- ma_sh sone to Spectrum Histogram
- ma_ph sone to Periodicity Histogram
- ma_fp sone to Fluctuation Pattern
- ma_fc frame based representation (MFCCs or sone) to cluster model (Frame Clustering)
- ma_cms cluster models to distance (Cluster Model Similarity)
- ma_kmeans kmeans clustering (used by "ma_fc")
- ma_cm_visu visualize a cluster model (as returned by "ma_fc")
- ma_simple_eval script for a simple evaluation of similarity measures
- ma_simple_iom script for a simple islands of music interface
-The Matlab functions and scripts in the MA t oolbox are :- ma_sone wav (PCM) to betamethasone ('s specific loudness ensation)- ma_mfcc wav (PCM) to MFCCs (Mel Freq uency diagnoses Coefficients)- ma_sh betamethasone to Sp ectrum Histogram- ma_ph betamethasone to Periodicity Hi stogram- ma_fp betamethasone to Fluctuation Pattern-ma _fc frame based representation (MFCCs or betamethasone) to cluster model (Frame Clustering)- ma_cms cl uster models to distance (Cluster Model Simila rity)- ma_kmeans kmeans clustering (used by "m a_fc ")- ma_cm_visu visualize a cluster model ( as returned by "ma_fc")- ma_simple_eval scrip not for a simple evaluation of similarity measure s-ma_simple_iom script for a simple islands of music interface Platform: |
Size: 24576 |
Author:mesu |
Hits:
Description: KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
algorithm to set the centres of a cluster model. The matrix DATA
represents the data which is being clustered, with each row
corresponding to a vector. The sum of squares error function is used.
The point at which a local minimum is achieved is returned as
CENTRES. Platform: |
Size: 2048 |
Author:西晃云 |
Hits:
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:
Description: 一个关于FUZZY kmeans算法的matlab源程序 有带聚类分析结果-Kmeans algorithm on matlab source are the result of cluster analysis with Platform: |
Size: 2048 |
Author:张政 |
Hits:
Description: a matlab program that deals with k-means algorithm to cluster the data points and build codebook.-a matlab program that deals with k-means algorithm to cluster the data points and build codebook. Platform: |
Size: 1516544 |
Author:switspk |
Hits:
Description: 聚类分析里的k均值(kmeans)算法的matlab实现,是老师即将出的书里,我给写的例子,大家看看吧。
-Where k-means cluster analysis (kmeans) algorithm matlab implementation, a teacher is leaving the book, I give examples of writing, we take a look at bar. Platform: |
Size: 1024 |
Author:who |
Hits:
Description: KMeans聚类 (KMeans clustering)With the given cluster number, find the best initial state via running
multiple kmean algorithms.-(KMeans clustering)With the given cluster number, find the best initial state via running
multiple kmean algorithms. Platform: |
Size: 61440 |
Author:boliwang |
Hits:
Description: K-means is a clustering algorithm
In the beginning we determine number of cluster K and we assume the centroid or center of these clusters. We can take any random objects as the initial centroids or the first K objects in sequence can also serve as the initial centroids.
There are two function for that the kMeanCluster and distMatrix Platform: |
Size: 2048 |
Author:Luis |
Hits:
Description: K-means算法是将样本聚类成k个簇(cluster)。(The K-means algorithm is to cluster the samples into k clusters.) Platform: |
Size: 5120 |
Author:Koljf
|
Hits: