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

搜索资源列表

  1. cvEucdist

    0下载:
  2. 欧几里得距离是一种数学计算矩阵距离的算法,可用于图像分类时查找最近邻的距离。-Euclidean distance is a mathematical algorithm to calculate the distance matrix can be used for image classification when looking for the nearest neighbor distance.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:902
    • 提供者:彭沛沛
  1. matlab

    0下载:
  2. 图像插值算法有三种:最近邻插值、双线性插值和双三次插值,这里有前两种插值算法的matlab程序-Image interpolation algorithm has three: nearest neighbor interpolation, bilinear interpolation and bicubic interpolation, here are the first two interpolation algorithm matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:935949
    • 提供者:heshiming
  1. NNSF

    1下载:
  2. 利用最近邻域标准滤波器(NNSF)和概率数据互联滤波器(PDAF)进行航迹绘制并进行相互比较。-Use nearest neighbor standard filter (NNSF) and probabilistic data association filter (PDAF) be drawn and compared with each other track.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1392
    • 提供者:汪望松
  1. javaKNN

    0下载:
  2. java KNN 算法源码: 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法可以说是整个数据挖掘分类技术中最简单的方法了。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用她最接近的k个邻居来代表。 kNN算法的核心思想是如果一个样本在特征空间中的k个最相似的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。 kNN方法在类别决策
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:41635
    • 提供者:lotes
  1. complex_network

    3下载:
  2. 用matlab所写的复杂网络所用的经典算法,如BA无标度网络,ER随机网络,WS小世界网络和NS小世界网络,以及最近邻耦合网络等matlab算法,可以修改参数,可以绘制复杂网络图形。在matlab中直接可运行。-Classical algorithm matlab written with complex network used, such as BA scale-free networks, ER random network, WS small-world networks and NS
  3. 所属分类:matlab

    • 发布日期:2016-04-19
    • 文件大小:4096
    • 提供者:lhk
  1. LSH

    0下载:
  2. 用LSH算法实现近似最近邻检索,并提高了效率-With LSH algorithm approximate nearest neighbor search, and improves efficiency
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:166910
    • 提供者:张战胜
  1. Nearest-neighbor-classifier

    0下载:
  2. 本程序实现了最近邻分类器的K近邻算法。实现方式是使用matlab-This program implements a nearest neighbor classifier K-nearest neighbor algorithm. Implementation using matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:12677
    • 提供者:王康
  1. LSH代码

    0下载:
  2. 建立哈希函数表,并将查询点映射到这些所建立的表中,回收映射到表中的对应点,由KNN算法糟糕到K个最近邻点
  3. 所属分类:matlab例程

    • 发布日期:2014-05-24
    • 文件大小:18668980
    • 提供者:zzs6868
  1. Generalised-nearest-feature-line

    0下载:
  2. 广义的最近邻特征线的子空间学习方法在人脸识别中的应用。-Generalised nearest feature line for subspace learning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:51973
    • 提供者:
  1. Nearest-Feature-Space

    0下载:
  2. 最近邻特征空间分析和鉴别最近邻特征空间分析,用于人脸和表情识别。-Nearest Feature Space Analysis for Classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:106977
    • 提供者:
  1. Nearest-Feature-Line-Analysis

    0下载:
  2. 基于不相关家别最近邻特征线分析的人脸识别研究。-Uncorrelated Discriminant Nearest Feature Line Analysis for Face Recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:227383
    • 提供者:
  1. find_nn

    0下载:
  2. 这是一个利用K-means计算数据K最近邻点的MATLAB程序,简单方便。-This is a K-means computing program MATLAB data K nearest neighbor, simple and convenient.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1334
    • 提供者:董青
  1. PDANN

    1下载:
  2. 杂波环境下单目标跟踪算法,包括概率数据关联和最近邻算法。-Single target tracking methods in clutter environment, including PDA and NN
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-23
    • 文件大小:2048
    • 提供者:张强
  1. pca4

    0下载:
  2. pca人脸识别 基于kl变换 最近邻分类 识别率达到88.5 - pca face recognition facial identification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1640
    • 提供者:胡用
  1. Geomtransform

    0下载:
  2. 分别使用最近邻方法和双线性差值方法实现图像的平移、旋转、缩放-Develop a geometric transform program that will rotate, translate, and scale an image by specified amounts, using the nearest neighbor and bilinear interpolation methods, respectively
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:73332
    • 提供者:hengliangz
  1. regress2beltak

    0下载:
  2. matlab实现使用统计学习基础中的最小二乘法和k-最近邻法进行分类。-matlab achieve statistical learning-based classification using the least squares method and k-nearest neighbor method.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1614
    • 提供者:瑶台琼枝
  1. NNBR

    0下载:
  2. 首先通过自相关 偏自相关分析获得特征向量的维数,随后继续运行后面的代码以获得预测值,该方法为最近邻抽样回归预测-The dimension of feature vectors will be obtained by the autocorrelation and partial autocorrelation analysis, then continue to run the code behind to get predicted value,its short name is NNBR
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:870
    • 提供者:gaoyuxi
  1. nearest

    0下载:
  2. 最近邻法 matlab编写-Nearest neighbor method of matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:654
    • 提供者:阿叔
  1. knnsearch

    0下载:
  2. 经典的knn最近邻算法 利用matlab的内部JIT加速算法,简单好用,高速时效。-Classic knn nearest neighbor algorithm using matlab internal JIT accelerated algorithm, easy to use, high-speed aging.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:571
    • 提供者:renzhe0009
  1. KNN

    0下载:
  2. 实现了KNN文本的分类,KNN最近邻基于欧几里德距离的JAVA算法实现适用于初级学习KNN的初学者。-Realization of KNN text classification, KNN nearest neighbor JAVA algorithm for Euclidean distance implementation is applied to the primary learning KNN beginners based on.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-24
    • 文件大小:12862
    • 提供者:罗志强
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 48 »
搜珍网 www.dssz.com