Welcome![Sign In][Sign Up]
Location:
Search - k means using 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:

[matlab数据挖掘中K均值算法实现

Description: 数据挖掘中K均值算法的实现用MATLAB编写-data mining to the K-means algorithm to achieve prepared using MATLAB
Platform: | Size: 1024 | Author: 方巍巍 | Hits:

[OtherK_average

Description: 模式识别的经典算法之一,动态聚类的k均值算法,采用matlab进行编程,并对分类进行了画图分析。-the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis.
Platform: | Size: 2048 | Author: 也风 | Hits:

[AI-NN-PRk_means

Description: 分类聚合算法k-means的实现,用matlab-polymerization classification algorithm k-means the realization of using Matlab
Platform: | Size: 1024 | Author: 利军 | Hits:

[Graph Recognizepatternreg

Description: 模式识别中的Parzen窗法ISODATA算法H-K(Ho-Kashyap)算法的实现,用matlab和VC编写-pattern recognition of Parzen window ISODATA method algorithm H-K (Ho-Kashya p) algorithm implementation using Matlab and VC prepared
Platform: | Size: 79872 | Author: | Hits:

[WEB CodeEXO2ET3

Description: K均值算法和K近邻算法,以及用MATLAB实现相关例子。-K-means algorithm and the K-nearest neighbor algorithm, and using MATLAB relevant examples.
Platform: | Size: 37888 | Author: sophie | Hits:

[Speech/Voice recognition/combinespeecher_identification

Description: 通过语音mfcc特征参数提取采用k均值算法实现说话人识别功能-Via voice MFCC feature extraction algorithm using k-means function of speaker recognition
Platform: | Size: 5120 | Author: | Hits:

[Algorithmfuzzykmeans

Description: 数据挖掘算法很多,其中模糊k均值算法是目前使用比较多的分类方法-Many data mining algorithms, including fuzzy k-means algorithm is currently using a relatively large number of classification methods
Platform: | Size: 3072 | Author: 张云 | Hits:

[matlabmpi_kmeans_

Description: 改进的k均值算法,可以加速运行时间,详见Using the Triangle Inequality to Accelerate k-Means-Improved k-means algorithm, can accelerate the running time, see Using the Triangle Inequality to Accelerate k-Means
Platform: | Size: 13312 | Author: xz | Hits:

[matlabNetCreate

Description: 现有的几个网络拓扑随机发生器,其实很难生成理想的网络拓扑结构,其主要原因在于很难控制节点的疏密和间距。我们提出来的这个改进算法,在随机抛撒节点的时候使用了K均值聚类,由本算法作为网络拓扑发生器,网络节点分布均匀且疏密得当,边的分布也比较均衡-The few existing random network topology generator, is in fact very difficult to generate the desired network topology, the main reason it is difficult to control the node density and spacing. We put forward the improved algorithm, throw in random nodes when using the K-means clustering, by the algorithm as a network topology generator, network nodes and spacing evenly distributed properly, the edge of a more balanced distribution of
Platform: | Size: 2048 | Author: ben | Hits:

[Graph RecognizeKaverage

Description: 本文采用模糊K聚类算法对图片进行分类,并输出相应的分类结果!采用matlab环境进行仿真。-In this paper, K fuzzy clustering algorithm to classify on the picture, and output the corresponding classification results! Using matlab simulation environment.
Platform: | Size: 3072 | Author: 张辉 | Hits:

[Special Effects99273866Ms_segmenter

Description: 用matlab实现的图像k均值分割,很好用的,以经过验证-Using matlab to achieve k-means image segmentation, well used to a proven
Platform: | Size: 34816 | Author: zhangyan | Hits:

[Special EffectsK

Description: K-均值聚类算法,对数据进行聚类分析,可用于提取关键帧等。用matlab实现-K-means clustering algorithm, cluster analysis of data that can be used, such as key frame extraction. Using matlab to achieve
Platform: | Size: 122880 | Author: zhengmin | Hits:

[Special Effectspc

Description: 利用相位一致性提取图像边缘,K-means聚类后区域生长进行图像分割,附参考论文。-Using phase coherence image edge extraction, K-means clustering image after region growing segmentation, attached reference paper.
Platform: | Size: 2565120 | Author: ost86 | Hits:

[Special EffectsK_means_color_segmentation

Description: 用k-means 做彩色图像分割,分类数可选-Using k-means to do color image segmentation, classification number of optional
Platform: | Size: 1024 | Author: 卢学 | Hits:

[Windows Developsegwin

Description: alow to segment an image base on the k-means in the color domain using the rgb space. color segmenation
Platform: | Size: 142336 | Author: moe que | Hits:

[matlabh-k-means

Description: 用MATLAB编写的层次-K-MEANS算法,简单实用,希望对您有帮助-Written using MATLAB level-K-MEANS algorithm is simple, practical, hope you find this helpful
Platform: | Size: 5120 | Author: jie | Hits:

[Special EffectsKmeans_grayimage

Description: 简单的灰度图像的K均值聚类分割,Matlab实现-gray image segmentation using K-means clustering by matlab.
Platform: | Size: 1024 | Author: 王成 | Hits:

[matlabk-means

Description: k-means 的matlab算法实现,属于初学者自学使用的简单代码-k-means algorithm using matlab
Platform: | Size: 3072 | Author: 汪海强 | Hits:

[matlabK-means

Description: K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最优分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。(The K-means algorithm is a hard clustering algorithm, which is representative of the prototype based objective function clustering method. It is the distance from the data point to the prototype as the objective function of the optimization, and the method of using the function to find the extremum is used to get the adjustment rules of the iterative operation. The K-means algorithm takes Euclidean distance as the similarity measure, it is to find the V optimal classification corresponding to an initial cluster center vector, so that the evaluation index J is the smallest. The error square sum criterion function is used as a clustering criterion function.)
Platform: | Size: 1024 | Author: Daizy7 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net