搜索资源列表
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_means
- K-means MATLAB源程序,适用于聚类分析的代码-K-means MATLAB programe
C-means
- 使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。-Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 samples will eventually fall into
MultiStati
- 方差分析与MATLAB应用、聚类分析及MATLAB应用、主成分分析及MATLAB应用。-Analysis of variance with the MATLAB application, the application of cluster analysis and MATLAB, principal component analysis and MATLAB applications.
transfer
- 模糊聚类分析的源代码 ,其中包括矩阵标准化,模糊相似矩阵-Fuzzy Cluster Analysis of the source code
ClusteringToolbox1p0_Trail
- 聚类分析Matlab工具箱 Version1.0 Clustering Analysis Matlab Toolbox - Trial Version 1.0 ------------------------------------------------------------------------------ 1、该工具箱包括了常用的三种K-Means聚类分析和ISODATA聚类分析: ...\KMeans\Main_KMeans.m 标准 K-M
matlab模糊聚类算法
- 可以方便地实现聚类分析 实际运用时对主程序矩阵赋值即可
利用Matlab软件实现聚类分析
- 利用Matlab软件实现聚类分析,并且画出层次聚类图。
matlab-julei
- 聚类分析,亦称群分析或点群分析,是研究多要素事物分类问题的数量方法。基本原理是根据样本自身的属性,用数学方法按照某种相似性或差异性指标,定量地确定样本之间的亲疏关系,并按这种亲疏关系程度对样本进行聚类(Cluster analysis, also called group analysis or point group analysis, is a quantitative method for studying the classification of multi factor things
《MATLAB统计分析与应用》程序与数据
- 数据的导入导出,将数据写入到txt,从TXT读取数据;数据预处理,归一化处理;聚类分析,K均值聚类等(Import and export data, write data to TXT, read data from TXT, data preprocessing, normalization processing, clustering analysis, K clustering, etc.)
聚类分析
- 该程序为聚类分析Matlab程序,简单好用,谢支持(The program for the cluster analysis Matlab procedures, simple and easy to use, thanks to support)
matlab聚类分析工具箱
- matlab中聚类算法的工具箱,里面有很多种聚类算法直接调用(Matlab clustering algorithm toolbox, there are many kinds of clustering algorithm directly call)
1.聚类分析
- 本程序可对繁琐的变量进行聚类,有利于后续分析,是对变量进行聚类的程序(You can use cluster analysis the task of grouping a set of objects in such a way that objects in the same group are more similar to each other than to those in other groups .)
聚类分析
- 基于matlab平台下,可实现聚类分析功能。(直接实测代码)(Based on the MATLAB platform, clustering analysis function can be realized. (direct measured code))
聚类分析
- 结合具体案例介绍了聚类分析的matlab具体实现,包括系统聚类,k聚类(The matlab implementation of cluster analysis is introduced in detail)
基于FCM聚类分析的交通判别算法研究
- 采用了欧氏距离和模糊算法两种方式进行了FCM聚类分析,利用FCM聚类分析解决了交通状况的判别算法,文件里面还有相关文献!(Using Euclidean distance and fuzzy algorithm, FCM clustering analysis is used to solve the traffic situation.)
第10章 聚类分析
- matlab编码程序 聚类分析 有实例 直接应用即可(Matlab coding program clustering analysis has an instance of direct application.)
第9章 聚类分析
- 聚类分析指将物理或抽象对象的集合分组为由类似的对象组成的多个类的分析过程。它是一种重要的人类行为。 聚类分析的目标就是在相似的基础上收集数据来分类。聚类源于很多领域,包括数学,计算机科学,统计学,生物学和经济学。在不同的应用领域,很多聚类技术都得到了发展,这些技术方法被用作描述数据,衡量不同数据源间的相似性,以及把数据源分类到不同的簇中。(Clustering analysis refers to the process of grouping a collection of physical
聚类分析matlab程序
- 基于一组数据的聚类分析的应用,聚类分析指将物理或抽象对象的集合分组为由类似的对象组成的多个类的分析过程。它是一种重要的人类行为。 聚类分析的目标就是在相似的基础上收集数据来分类。聚类源于很多领域,包括数学,计算机科学,统计学,生物学和经济学。在不同的应用领域,很多聚类技术都得到了发展,这些技术方法被用作描述数据,衡量不同数据源间的相似性,以及把数据源分类到不同的簇中。(Application of cluster analysis based on a group of data)
kmeans聚类算法
- kmeans聚类分析,无监督学习实现Matlab代码(Kmeans clustering analysis, unsupervised learning implementation of MATLAB code)