CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小距离

搜索资源列表

  1. Maximum-and-minimum-distance

    0下载:
  2. C语言实现最大最小距离的算法,需要的可以下哈-Maximum and minimum distance
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:2088
    • 提供者:shixuehai
  1. CloseSTPair

    0下载:
  2. 分治算法,分离点对,计算最小距离,采用分而治之的策略,代码清新明了,易读性强-CloseSTPair: Complute the shortest distanse
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3688252
    • 提供者:张弘毅
  1. k_means

    0下载:
  2. k均值处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止; (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分; (4) 重新计算每个(有变化)聚类的均值(中心对象)-k means
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:47386
    • 提供者:zmdq
  1. NumberRecognization

    0下载:
  2. 数字识别-多样本版.本文采用最小距离匹配的识别方法,实验结果表明本文设计的数字识别系统对手写体数字识别具有较高的识别率。-Digital Identification- Multiple edition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:65585
    • 提供者:mafei863
  1. MaxMinDis

    0下载:
  2. 模式识别与机器学习 聚类算法 最大最小距离聚类算法-Pattern Recognizition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:5447
    • 提供者:Hptoxic
  1. PCA-about-image

    0下载:
  2. PCA代码,关于二维数字图像的匹配问题。从给定的图像库中,计算出投影空间(已降维处理),然后计算库中每幅图像在投影空间中的投影,测试图像也进行投影空间投影,计算测试图像的投影与库中每幅图像的投影的欧氏距离,距离最小的那个最匹配。-2-D digi image PCA
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2524
    • 提供者:爱琴海
  1. unnamed

    0下载:
  2. 多类数字识别,将图片分为3*3的区域,在9部分中,通过最小距离法识别测试图片,正确率97 -Many kinds of digital identification, pictures will be divided into 3* 3 area, in nine part, through the minimum distance method identification test images, 97 accuracy
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:949
    • 提供者:汪晓筱
  1. The-shortest-path-bellman-ford

    0下载:
  2. 在实际问题中,边的权值一般以正权的形式出现,但是很多情况下负权也是存在的。这个时候,最短路径不一定存在。我们无法得到像dijkstra算法那样时间复杂度较低的算法,但是,仍然可以用bellman-ford迭代算法去解决问题。 bellman-ford算法是迭代算法,它不像dijkstra算法,按照一定的顺序直接算出每个点的距离值,而是不断地修改每个点的当前最小距离值,直到求出真正的最短距离为止。 -In practical problems, the edge weight is gen
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:13909
    • 提供者:liuyunyang
  1. fenlei

    0下载:
  2. 利用贝叶斯中的最大最小距离准则对数据进行分类-Bayesian maximum and minimum distance criterion to classify the data
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1208
    • 提供者:caicai
  1. cluseter_test

    0下载:
  2. 演示了最大距离,最小距离,平均距离的分级聚类及其分类结果展示。-hierarchical clustering base on maximum distance,minumum distance and average distance.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1176
    • 提供者:CHEN
  1. MCQPSK

    1下载:
  2. 根据蒙特卡罗仿真原理,用最小距离法对QPSK进行误码率仿真-According to the principle of Monte-Carlo,used the minimum distance method to start simulation of QPSK for BER simulation.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:11984
    • 提供者:lyyua
  1. select-max-from-min

    0下载:
  2. 模式识别中的最大最小距离算法,这程序处理二维数据,我发现网上的程序都是设置一个很大的数组,但本程序是无论多少数据样本都可以处理的。结果存放在两个数组中,z数组存放中心数据,r数组的cente是样本所属的S-Maximum and minimum distance algorithm in pattern recognition, this program deal with two-dimensional data, I found the online program are set to a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:774219
    • 提供者:周 士杰
  1. MinimumDistanceOfLDPC

    0下载:
  2. Xiao-Yu Hu的寻找最小距离的经典LDPC英文论文及源码,采用VC++实现,可作为学习和掌握接近香农限的信道编码方式的一种很好的途径和思路。-Xiao-Yu Hu, find the minimum distance of the classic LDPC English papers and source code, with VC++ to achieve, can be used as learning and mastering a good ways and ideas clos
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-03
    • 文件大小:102286
    • 提供者:jing
  1. Texture-Segmen-ta-t-ion-withWavelet

    0下载:
  2. 为了提高纹理图象分割的边缘准确性和区域一致性以及降低分割错误率, 提出了一种基于小波变换的利 用特征加权来进行纹理分割的方法. 该方法包括特征提取、预分割和后分割 3 个阶段, 其中, 特征提取在金字塔结 构小波变换的基础上进行 预分割利用均值聚类算法来对原始图象进行初步的分割 后分割则根据预分割的结果 对特征进行加权, 然后利用最小距离分类器来实现图象的最后分割. 与传统的方法相比, 该方法在分割错误率、边 缘准确性以及区域一致性等方面均有明显的改善-To imp rove t
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:154453
    • 提供者:jjdjjf
  1. shuzishibie

    1下载:
  2. 用QT写界面,模式识别课程设计作业。能正常识别0-9的手写数字,有最小距离识别,贝叶斯识别等-distinguish numbers from 0~9.Use QT to design the GUI.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6156362
    • 提供者:yangze
  1. 7

    0下载:
  2. 一种多站测向多目标被动跟踪方法的研究,通过采用最小距离法、最大似然法等方法剔除掉虚假定位点-A multi-station finding the multi-target passive tracking method through the use of the minimum distance method, maximum likelihood method and other methods to weed out the false positioning point
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2933979
    • 提供者:jiajie
  1. fugai

    1下载:
  2. 找最小距离 并且最小的方差 和任务分配 以及综合最小-Find the minimum distance and the minimum variance and task allocation
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1895
    • 提供者:niechu
  1. dijkstraf

    0下载:
  2. 图论中算最小距离,dijkstra源代码-Minimum distance operator graph theory
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:533
    • 提供者:熊稚莉
  1. codes

    0下载:
  2. 在图论中的floyed算法程序,可以算两点之间的最小距离-The floyed algorithm in graph theory
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:2022
    • 提供者:熊稚莉
  1. my_clusterin

    0下载:
  2. 分层聚类算法,类内采用最大距离,类间采用最小距离实现-Hierarchical clustering algorithm, the largest category within the distance, the minimum distance to achieve between classes
  3. 所属分类:Fractal program

    • 发布日期:2017-12-03
    • 文件大小:824
    • 提供者:zhuzi20101114
« 1 2 3 4 56 7 8 9 10 ... 28 »
搜珍网 www.dssz.com