搜索资源列表
属性相似度的云分类器
- matlab环境下,基于云模型的分类器,包括基于例子群优化的云分类器,和属性相似度云分类器。-Matlab environment, based on cloud model for the classification, including examples Swarm Optimization Based on the cloud classifier, and attribute similarity cloud classifier.
k_means
- k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 Matlab 源代码,以兰花数据集作为测试对象。
sr
- 随机共振相似度的Matlab计算程序,计算看出输入-输出的相似度S随着噪音的标准差的增大而不断得到改善,直到增大至一饱和值为止。
matlab计算图像的相似度
- 对灰度图像进行小波变换,再对其低频子图像进行相似度的计算
ssim
- 图像的结构相似度,代码来源于Zhou Wang的网站,用 matlab开发。-Image structure similarity, code from Zhou Wang' s website, matlab development.
meanshift
- 实现了基于mean-shift的图像检索,实现了比较两图像的相似度,选择最相近的图片-To achieve mean-shift based image retrieval, to realize the similarity of two images, the selection of the most similar image
RepeatFCM
- FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分-FCM algorithm is a clustering algorithm based on the division, which makes the idea is to be divided into clusters with the greatest simila
WaveletBasedTextureRetrievalUsingGeneralizedGaussi
- 基于小波变换的特征检索算法,用了广义高斯函数和K-L距离为相似侧度 -Wavelet-Based Texture Retrieval Using Generalized Gaussian Density and Kullback–Leibler Distance
globle_graph_mining
- 图挖掘,图聚类 m文件主要包含4个功能:图的生成,图相似度分析,节点符号化,边权挖掘 ,详细说明见注释-graph mining, graph clustering
renlian
- matlab实现人脸识别系统!给定一张人脸图像,能在一堆图片中识别出来!-matlab to achieve face recognition system! Given a human face images, can be identified in a pile in the picture!
matlab
- 欧式距离计算方法及源码,用于计算遗传算法相似度-matlab ou
chafen
- 差分法比较曲线的形状相似度,接着筛选出有用曲线求相位差,给了原始数据,可以直接运行-Difference Method for curve shape similarity, then filter out the demand curve useful in phase, to the raw data, can run
pLSA_EM
- PLSA EM演算法,用於文本與字詞之間的矩陣工具,測量其相似度-PLSA EM algorithm for the matrix between the text and words tool to measure the similarity
particle-swarm-algorithm---matlab
- PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优-PSO algorithm is an evolutionary algorithm, and genetic algorithm is similar, it is starting from a random solu
SSNRi
- 随机共振相似度的Matlab计计算程序,计算看出输入可直接使用。 -Stochastic resonance similarity Matlab count calculation procedure, the calculation to see that the input can be used directly.
Ssrrart
- 随机共振相似度的Matlab计算程程序源码,计算看出输入 -Stochastic resonance and similarity of the Matlab calculation process procedure code, the calculation to see that the input
ssim_index
- 基于matlab的SSIM图像相似度评价算法实现-Matlab based on the the SSIM image similarity evaluation algorithm implementation
Pcasmlar
- 基于 matlab 用主元分析对半导体数据进行处理,进行相似度的匹配-Matlab using principal component analysis based on semiconductor data processing, the similarity matching
childSongRecording
- 基于自建数据库的音乐识别及检索软件 ; 利用Matlab开发软件, 通过抓取录入歌曲的音高(pitch tracking)绘出声音的频率变化并进行降噪和润滑(smoothing)处理 与数据库中歌曲的频率变化图比对,计算出相似度top10的歌曲并显示。 -Based on self-built of music recognition and retrieval software developed using Matlab software, change the pit
K-means
- K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最优分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。(The K-means algorithm is a hard clustering algorithm, which is representative of the prototy