搜索资源列表
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!
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
SSNRi
- 随机共振相似度的Matlab计计算程序,计算看出输入可直接使用。 -Stochastic resonance similarity Matlab count calculation procedure, the calculation to see that the input can be used directly.
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
chengxu
- 2015深圳杯数学建模,基于Apirit算法的id号相似度的运算,MATLAB环境下运行-2015 Shenzhen cup mathematical modeling, based on the algorithm id number Apirit similarity operation, run the MATLAB environment
POS
- 粒子群算法(PSO)属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。该程序适用于MATLAB中粒子群算法的实现。- Similar to the on
tcm_tcm
- 用于通过tonimoto系数计算矩阵的相似度,matlab的m文件-For the similarity coefficient matrix by tanimoto
K-means
- K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最优分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。(The K-means algorithm is a hard clustering algorithm, which is representative of the prototy