CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matlab 相似度

搜索资源列表

  1. 属性相似度的云分类器

    0下载:
  2. matlab环境下,基于云模型的分类器,包括基于例子群优化的云分类器,和属性相似度云分类器。-Matlab environment, based on cloud model for the classification, including examples Swarm Optimization Based on the cloud classifier, and attribute similarity cloud classifier.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.86kb
    • 提供者:王力
  1. k_means

    0下载:
  2. k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 Matlab 源代码,以兰花数据集作为测试对象。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3.18kb
    • 提供者:烈马
  1. sr

    1下载:
  2. 随机共振相似度的Matlab计算程序,计算看出输入-输出的相似度S随着噪音的标准差的增大而不断得到改善,直到增大至一饱和值为止。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4.29kb
    • 提供者:王清华
  1. matlab计算图像的相似度

    5下载:
  2. 对灰度图像进行小波变换,再对其低频子图像进行相似度的计算
  3. 所属分类:matlab例程

    • 发布日期:2011-05-28
    • 文件大小:864byte
    • 提供者:gaojianli
  1. ssim

    4下载:
  2. 图像的结构相似度,代码来源于Zhou Wang的网站,用 matlab开发。-Image structure similarity, code from Zhou Wang' s website, matlab development.
  3. 所属分类:matlab

    • 发布日期:2014-08-31
    • 文件大小:2kb
    • 提供者:luyin
  1. meanshift

    2下载:
  2. 实现了基于mean-shift的图像检索,实现了比较两图像的相似度,选择最相近的图片-To achieve mean-shift based image retrieval, to realize the similarity of two images, the selection of the most similar image
  3. 所属分类:matlab

    • 发布日期:2014-11-26
    • 文件大小:174.7kb
    • 提供者:haiyan
  1. RepeatFCM

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1.25mb
    • 提供者:colin
  1. WaveletBasedTextureRetrievalUsingGeneralizedGaussi

    0下载:
  2. 基于小波变换的特征检索算法,用了广义高斯函数和K-L距离为相似侧度 -Wavelet-Based Texture Retrieval Using Generalized Gaussian Density and Kullback–Leibler Distance
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:21.96kb
    • 提供者:于梅
  1. globle_graph_mining

    1下载:
  2. 图挖掘,图聚类 m文件主要包含4个功能:图的生成,图相似度分析,节点符号化,边权挖掘 ,详细说明见注释-graph mining, graph clustering
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2.01kb
    • 提供者:周颖杰
  1. renlian

    1下载:
  2. matlab实现人脸识别系统!给定一张人脸图像,能在一堆图片中识别出来!-matlab to achieve face recognition system! Given a human face images, can be identified in a pile in the picture!
  3. 所属分类:matlab

    • 发布日期:2014-05-04
    • 文件大小:175.07kb
    • 提供者:姜鑫
  1. matlab

    1下载:
  2. 欧式距离计算方法及源码,用于计算遗传算法相似度-matlab ou
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:1.12kb
    • 提供者:blinddog
  1. chafen

    1下载:
  2. 差分法比较曲线的形状相似度,接着筛选出有用曲线求相位差,给了原始数据,可以直接运行-Difference Method for curve shape similarity, then filter out the demand curve useful in phase, to the raw data, can run
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:45.34kb
    • 提供者:
  1. pLSA_EM

    0下载:
  2. PLSA EM演算法,用於文本與字詞之間的矩陣工具,測量其相似度-PLSA EM algorithm for the matrix between the text and words tool to measure the similarity
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.53kb
    • 提供者:吳忠澄
  1. particle-swarm-algorithm---matlab

    0下载:
  2. PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优-PSO algorithm is an evolutionary algorithm, and genetic algorithm is similar, it is starting from a random solu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:19.73kb
    • 提供者:shitou
  1. SSNRi

    0下载:
  2. 随机共振相似度的Matlab计计算程序,计算看出输入可直接使用。 -Stochastic resonance similarity Matlab count calculation procedure, the calculation to see that the input can be used directly.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:741byte
    • 提供者:假装
  1. Ssrrart

    0下载:
  2. 随机共振相似度的Matlab计算程程序源码,计算看出输入 -Stochastic resonance and similarity of the Matlab calculation process procedure code, the calculation to see that the input
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4.12kb
    • 提供者:假装
  1. ssim_index

    0下载:
  2. 基于matlab的SSIM图像相似度评价算法实现-Matlab based on the the SSIM image similarity evaluation algorithm implementation
  3. 所属分类:matlab

    • 发布日期:2017-11-04
    • 文件大小:2.02kb
    • 提供者:臧彧
  1. Pcasmlar

    0下载:
  2. 基于 matlab 用主元分析对半导体数据进行处理,进行相似度的匹配-Matlab using principal component analysis based on semiconductor data processing, the similarity matching
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:925byte
    • 提供者:刘宁
  1. childSongRecording

    0下载:
  2. 基于自建数据库的音乐识别及检索软件 ; 利用Matlab开发软件, 通过抓取录入歌曲的音高(pitch tracking)绘出声音的频率变化并进行降噪和润滑(smoothing)处理 与数据库中歌曲的频率变化图比对,计算出相似度top10的歌曲并显示。 -Based on self-built of music recognition and retrieval software developed using Matlab software, change the pit
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:42.58kb
    • 提供者:wangyuntuo
  1. K-means

    0下载:
  2. K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最优分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。(The K-means algorithm is a hard clustering algorithm, which is representative of the prototy
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1kb
    • 提供者:Daizy7
« 12 »
搜珍网 www.dssz.com