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

搜索资源列表

  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. MSSIM

    0下载:
  2. 用于图像的质量评估,比较原始图像与受躁图像之间的结构相似度。 -For image quality assessment, by comparing the original image and the structural similarity between the images impatient.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:545byte
    • 提供者:xiaoai
  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. EM-algorithm

    1下载:
  2. EM算法,是一种无监督的聚类算法,可以实现对数据的处理,对不同数据进行聚类,生成类内相似度最大-EM algorithm is an unsupervised clustering algorithm, the data processing can be achieved on different data clustering, to generate the maximum within-class similarity
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3.67kb
    • 提供者:xiajulong
  1. facerecognizeonPCA

    0下载:
  2. 像的许多个空间中的一个。不管子空间的具体形式如何,这种方法用于图像识别的基本思想 都是一样的,首先选择一个合适的子空间,图像将被投影到这个子空间上,然后利用对图像 的这种投影间的某种度量来确定图像间的相似度,最常见的就是各种距离度量。-Like much of a space. Regardless of the specific sub-space form, this method has been applied to image recognition are the same
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:416.11kb
    • 提供者:付采
  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. 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. 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. ComputeEigenfaces

    0下载:
  2. svd提取特征脸,Computer Vision课程作业,用PCA计算特征脸,提取主成分,用PCA系数进行相似度计算。-comupute face similarity using eigenface and PCA analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1015byte
    • 提供者:yuxin
  1. k_means

    0下载:
  2. 首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。一般都采用均方差作为标准测度函数. k个聚类具有以下特点:各聚类本身尽可能的紧凑,而各聚类之间尽可能的分开。-First, a data object from the n choose k objects as in
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.05kb
    • 提供者:lx
  1. kmeans

    0下载:
  2.  k-means 算法接受参数 k ;然后将事先输入的n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-K-means algorithm accept parameter k Then will the n of prior input data object is divided into k clustering to make won clu
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:570byte
    • 提供者:彭立军
  1. xiangsidu

    0下载:
  2. 相似度算法的实现, 在利用支持向量机进行模式分类的时候,有时需要考虑到实时性,为了提高实时性,则利用相似度算法减少样本集个数,从而减少训练时间和支持向量的个数,使得建立起的向量机实时性提高。-Similarity algorithm, support vector machine in pattern classification, it is sometimes need to take into account the real-time, in order to improve real-
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.22kb
    • 提供者:牛志嘉
  1. iden_round

    0下载:
  2. 自动识别图像中的圆形,并计算半径,及其相似度,希望有所帮助-Automatic identification of image circle, and calculate the radius, and its similarity, Hope that helps
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1.44kb
    • 提供者:刘振
  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. Blind-identification

    0下载:
  2. 利用现代谱估计中的AR 模型求取仿真噪声信号和真实噪声信号的模型参数,然后利用这些参数求得信号的功率谱图,通过功率谱图定性地描述主噪声源和次噪声源。在利用信号功率谱图定性描述噪声源后,进一步地利用曲线相似度和曲线关联度定量的识别主噪声源和次噪声源-Use of modern spectral estimation of AR model to strike a realistic simulation of the noise signal and noise model parameters,
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:685byte
    • 提供者:于勇凌
  1. NetAP-master

    0下载:
  2. 计算肿瘤样本相似度,并进行聚类。这是一个聚类方法及框架的程序。(Calculate the similarity of tumor sample and cluster. This is a clustering method and framework program.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:131kb
    • 提供者:样儿
  1. Gistcbir

    0下载:
  2. 采用Gist算法提取图像特征,采用欧式距离进行相似度计算,返回相似性图像。完整的GUI界面,完整的图像库 注意;根据需要调整图像根目录。(Gist algorithm is used to extract image features, and Euclidean distance is used for similarity computation, and the similarity image is returned. Complete GUI interface, complete
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:15.1mb
    • 提供者:lihaotaozihu
« 12 3 4 »
搜珍网 www.dssz.com