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

搜索资源列表

  1. NearestNeighbor.rar

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

    • 发布日期:2017-03-29
    • 文件大小:1294
    • 提供者:Densic
  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
    • 文件大小:624713
    • 提供者:duckur
  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
    • 文件大小:3134
    • 提供者:binbin
  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
    • 文件大小:218853
    • 提供者:
  1. KNN

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

    • 发布日期:2017-04-13
    • 文件大小:2260
    • 提供者:vietanh
  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
    • 文件大小:19923
    • 提供者:丑力
  1. knn

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

    • 发布日期:2017-04-06
    • 文件大小:4397
    • 提供者:sunchao
  1. nearest

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

    • 发布日期:2017-03-22
    • 文件大小:17790
    • 提供者:youxia
  1. Nearest_neighbor_interpolation

    0下载:
  2. 最近邻算法和双线性插值算法 实现灰度图的缩放 -Nearest neighbor algorithm and the bilinear interpolation algorithm to achieve gray level scaling
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:274256
    • 提供者:王风存
  1. nn1

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

    • 发布日期:2015-09-03
    • 文件大小:1003
    • 提供者:张俊华
  1. K-PNN

    0下载:
  2. K-PNN Algorithm a type of k nearest neighbor algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:24132
    • 提供者:parisa
  1. 93317479KNN

    0下载:
  2. matlab 最近邻算法及文献,随时欢迎下载-matlab nearest-neighbor algorithm and literature, feel free to download
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:234852
    • 提供者:k2r
  1. ann_1.1.2

    0下载:
  2. code for approximate nearest neighbor algorithm,最经典的近似搜索算法-code for approximate nearest neighbor algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:3124598
    • 提供者:Shock
  1. classbaseattrbutetimeclassification

    0下载:
  2. In this paper, we present two novel class-based weighting methods for the Euclidean nearest neighbor algorithm and compare them with global weighting methods considering empirical results on a widely accepted time series classification benchm
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:154037
    • 提供者:amijeet
  1. ml-knn

    0下载:
  2. code for K Nearest Neighbor algorithm in java
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:38250
    • 提供者:buvi
  1. Kode-Program-Algoritma-Nearest-Neighbor

    0下载:
  2. In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approx
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:589343
    • 提供者:bwindhya
  1. K-nearest-neighbor-algorithm

    0下载:
  2. 从K近邻算法、距离度量谈到KD树、SIFT+BBF算法,讲解详细,非常有用-From K neighbor algorithm and distance measurement when it comes to KD tree, SIFT+ BBF algorithm, explain in detail, very useful
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1599467
    • 提供者:mumu
  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. K-Nearest-Neighbor

    0下载:
  2. 数据挖掘中经典的KNN(K-最近邻)算法,导入即可运行-Data Mining the classical KNN (K- nearest neighbor) algorithm, you can import operation
  3. 所属分类:Data Mining

    • 发布日期:2017-05-13
    • 文件大小:2623214
    • 提供者:zhang29
  1. A Fuzzy K-Nearest Neighbor Algorithm

    0下载:
  2. 模糊k近邻的经典理论之作,很详细,大家可以下载(A Fuzzy K-Nearest Neighbor Algorithm)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-22
    • 文件大小:1353728
    • 提供者:cherish&2017
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com