搜索资源列表
-
13下载:
K-均值聚类算法,对数据进行聚类分析,可用于提取关键帧等。用matlab实现,K-means clustering algorithm, cluster analysis of data that can be used, such as key frame extraction. Using matlab to achieve
-
-
1下载:
用高斯混合模型进行数据聚类分析的matlab 程序。,Set of files for analysis of Gaussian mixture models for data set clustering etc.
-
-
0下载:
聚类分析 算法的Matlab实现,可以对多参数的数据实现简单方面的分类,从而更好地了解数据结构。,Matlab cluster analysis algorithm to achieve, you can multi-parameter data for the realization of a simple classification, in order to better understand the data structure.
-
-
0下载:
模式识别,聚类分析的最大最小距离算法算法Matlab演示-Pattern recognition, cluster analysis algorithm for the maximum minimum distance algorithm Matlab demo
-
-
0下载:
图像模式识别聚类分析、模糊聚类、遗传算法聚类-Cluster analysis of image pattern recognition, fuzzy clustering, genetic algorithm clustering
-
-
0下载:
基于matlab语言程序,通过聚类分析对数码图像进行处理。-Matlab-based language program, through cluster analysis of digital images for processing.
-
-
0下载:
一种新的图像插值算法,此算法不需要先验信息,主要包括聚类分析,模式识别,图像插值三个阶段-A new image interpolation algorithm, the algorithm does not require a priori information, including cluster analysis, pattern recognition, image interpolation in three stages
-
-
0下载:
Matlab提供了两种方法进行聚类分析。
一种是利用 clusterdata函数对样本数据进行一次聚类,其缺点为可供用户选择的面较窄,不能更改距离的计算方法;
另一种是分步聚类:(1)找到数据集合中变量两两之间的相似性和非相似性,用pdist函数计算变量之间的距离;(2)用 linkage函数定义变量之间的连接;(3)用 cophenetic函数评价聚类信息;(4)用cluster函数创建聚类。
-Matlab provides two methods of cluster anal
-
-
0下载:
use wavelet analysis to denoise the 4d image and use kmeans to cluster the image
-
-
0下载:
用matlab编写的小程序,采用聚类分析实现目标的分割。-Small programs written with matlab, using cluster analysis to achieve target segmentation.
-
-
0下载:
线性分类器设计,1_k近邻法,剪辑法,ANN-BP神经网络法,聚类分析法,特征选择,特征提取等模式识别常用算法,内有matlab可运行实现,还有word文档的说明。对于学习,是做好的资料。-Commonly used algorithm for linear classifier design the 1_k nearest neighbor, clip, ANN-BP neural network method, cluster analysis, feature selection, fea
-
-
2下载:
本文在阐述聚类分析方法的基础上重点研究FCM聚类算法。FCM算法是一种基于划分的聚类算法,它的思想是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。最后基于MATLAB实现了对图像信息的聚类。- This paper describes the basis of cluster analysis methods and focus on the FCM clustering algorithm. FCM algorithm is a clustering algorithm b
-
-
0下载:
聚类分析 算法的Matlab实现,可以对多参数的数据实现简单方面的分类,从而更好地了解数据结构。-Matlab cluster analysis algorithm to achieve, you can multi-parameter data for the realization of a simple classification, in order to better understand the data structure.
-
-
1下载:
这是一份SAR图像变化检测的matlab源代码,通过处理两幅SAR图像的差异图,进行数学形态学处理和聚类分析等方法实现图像的变化检测。-This is a SAR image change detection matlab source code, through the differences the two SAR images processing plan and make mathematical morphology processing and cluster analysis t
-
-
0下载:
在MATLAB中实现画无向网络图,可用于社群聚类分析中(In MATLAB,the drawing is not directed to network graph,which can be used in social cluster analysis.)
-
-
0下载:
进行图像像素的聚类分析,采用k-mean聚类分析,速度比MATLAB快5倍之多。(Cluster analysis of image pixels, using K-mean clustering analysis, the speed is faster than MATLAB 5 times more.)
-