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

搜索资源列表

  1. NearestNeighbor.rar

    0下载:
  2. 用matlab实现的最近邻算法,可以参考一下,Matlab achieved by nearest neighbor algorithm, you can refer to
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.26kb
    • 提供者:Densic
  1. 2rar.rar

    1下载:
  2. 用matlab写的最近邻和K近邻法分类器,简单易懂,适合初学者,Written with matlab and K-NN nearest neighbor classifier, easy to understand for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:6.54kb
    • 提供者:chen
  1. c++实现的KNN库:建立高维度的K-d tree

    0下载:
  2. c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:610.07kb
    • 提供者:duckur
  1. knn.kmeans.fisher

    5下载:
  2. 常用的分类方法,包括最近邻(NN),k均值(kmeans),k近邻,Fisher线性判别。-Commonly used classification methods, including nearest-neighbor (NN), k the mean (kmeans), k neighbors, Fisher linear discriminant.
  3. 所属分类:matlab

    • 发布日期:2015-05-25
    • 文件大小:3.81kb
    • 提供者:刘斌
  1. kNN

    0下载:
  2. k Nearest Neighbor matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:689byte
    • 提供者:Weronika
  1. KNN_Classifier

    1下载:
  2. 一个matlab环境下的k近邻分类器,代码中有详细的注释说明,使用方便.-K-Nearest-Neighbor-Classifier MatLab Code
  3. 所属分类:matlab例程

    • 发布日期:2013-01-17
    • 文件大小:895byte
    • 提供者:祁利民
  1. knn

    2下载:
  2. knn-K近邻法实现两分类的函数代码,输入为两类的样本特征,和待测试的样本向量,输出为分类结果。-knn-K nearest neighbor method to achieve the two categories of function code, enter the characteristics of two types of samples, and samples to be tested vector, the output for the classification.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:736byte
    • 提供者:kevin
  1. tspproblem

    0下载:
  2. 自己编写的,TSP问题的各种近似算法,有最近邻策略,最短链接策略-I have written, TSP approximation algorithm for a variety of issues, there are nearest-neighbor strategy, the shortest link strategy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:3.06kb
    • 提供者:binbin
  1. KNN

    3下载:
  2. K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:1.1kb
    • 提供者:skyfly
  1. code_knn

    1下载:
  2. K近邻算法在Matlab中的实现,相当完整,对研究KNN算法有一定帮助-K nearest neighbor in the Matlab, implementation, rather complete, the study of KNN algorithm has certainly helped
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:131.26kb
    • 提供者:long
  1. FastPNN

    0下载:
  2. Straightforward implementation of the exact pairwise nearest neighbor (PNN) algorithm takes (O3) time-Straightforward implementation of the exact pairwisenearest neighbor (PNN) algorithm takes (O3) time
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:213.72kb
    • 提供者:
  1. DIPmatlab

    0下载:
  2. [matlab] DIP nearest neighbor interpolation and bilinear interploation -[matlab] DIP nearest neighbor interpolation and bilinear interploation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.04kb
    • 提供者:cheong
  1. KNN

    0下载:
  2. K Nearest Neighbor algorithm Implementation and Overview
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.21kb
    • 提供者:vietanh
  1. noise_filtering_matlab

    0下载:
  2. digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation. - digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:582byte
    • 提供者:mustafa
  1. Nearestneighbor

    0下载:
  2. 模式识别问题最近邻算法的matlab实现,可以模拟实现最近邻法的核心,是一个不错的代码- Nearest neighbor algorithm for pattern recognition problem of matlab to achieve, can simulate the nearest neighbor method to achieve the core of the code is a good
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:19.46kb
    • 提供者:丑力
  1. knn

    0下载:
  2. knn (k-nearest neighbor)用c++实现的近邻算法-knn (k-nearest neighbor) algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:4.29kb
    • 提供者:sunchao
  1. flann-1.2-src

    0下载:
  2. FLANN - Fast Library for Approximate Nearest neighbors This is a library for fast approximate nearest neighbor matching. -FLANN- Fast Library for Approximate Nearest neighbors This is a library for fast approximate nearest neighbor matching.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:270.57kb
    • 提供者:cui
  1. EmbeddingDimension_FNN

    0下载:
  2. 假近邻算法求嵌入维. false-nearest-neighbor analysis-false-nearest-neighbor analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:195.62kb
    • 提供者:田天
  1. AnnKDTree

    1下载:
  2. 本代码是ANN算法求最近元素的实现代码,使用时只需将ANN/ANNx.h包含进去即可-that is a good library to implement the algothrim of approximate nearest neighbor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1.51mb
    • 提供者:wan
  1. nn1

    3下载:
  2. 最近邻算法结合卡尔曼滤波算法实现多目标跟踪-Nearest-neighbor algorithm for multi-target tracking
  3. 所属分类:matlab

    • 发布日期:2015-09-03
    • 文件大小:1003byte
    • 提供者:张俊华
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com