CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Nearest neighbor

搜索资源列表

  1. ann_1.1

    0下载:
  2. ANN is a library written in the C++ programming language to support both exact and approximate nearest neighbor searching in spaces of various dimensions.ANN is also a testbed containing programs and procedures for generating data sets, collect
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:526.64kb
    • 提供者:工人
  1. NNP

    0下载:
  2. 最近点对问题,输入数据生成器自动生成2位点对,输出制定电的最近邻-nearest point of the problem, the input data generator automatically generate two points right, electrical output of the nearest neighbor
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:483.22kb
    • 提供者:宋文婷
  1. NN3

    0下载:
  2. 主要是KNN(the k-nearest neighbor algorithm ),LVQ1(learning vector quantization 1), DSM(decision surface mapping)算法。 and a simple clustering algorithm.
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:12kb
    • 提供者:sandy
  1. Subpattern-based_principal___component_analysis.zi

    1下载:
  2. 子模式主成分分析首先对原始图像分块,然后对相同位置的子图像分别建立子图像集,在每一个子图像集内使用PCA方法提取特征,建立子空间。对待识别图像,经相同分块后,分别将子图像向对应的子空间投影,提取特征。最后根据最近邻原则进行分类。-Sub-mode principal component analysis first of the original image block, and then the same sub-image, respectively, the location of the
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-18
    • 文件大小:162.72kb
    • 提供者:tanghui
  1. nearest

    0下载:
  2. 模式识别分类方法中的最近邻准则方法。内有详细说明文档。-Pattern recognition classification criteria of the nearest neighbor method. There are detailed descr iption of the document.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:7.5kb
    • 提供者:Eric
  1. PatternClassification

    0下载:
  2. source code for pattern classification k nearest neighbor source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.18kb
    • 提供者:ronak2018
  1. select

    0下载:
  2. In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic.) This includes the cases of finding the minimum, maximum, and median elements. There are worst-
  3. 所属分类:.net

    • 发布日期:2017-04-27
    • 文件大小:31.82kb
    • 提供者:Lemor
  1. TESTBR

    0下载:
  2. k NN algorithm nearest neighbor search
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:754byte
    • 提供者:Namrata
  1. GLTree220509

    0下载:
  2. Builds a nearest neighbor graph in a very short time.In many cases is faster than ANN library.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:14.31kb
    • 提供者:Sama
  1. K

    0下载:
  2. K最邻近分类器设计的MATLAB代码,有代码解释-K nearest neighbor classifier design in MATLAB code
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:3.33kb
    • 提供者:lilei
  1. nearN

    0下载:
  2. Nearest neighbor interpolation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:896byte
    • 提供者:Mandy
  1. ann_1.1.2

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

    • 发布日期:2017-05-13
    • 文件大小:2.98mb
    • 提供者:Shock
  1. Neighbor-search-method

    0下载:
  2. 一种用近邻搜索法解决VRP问题的源代码,可以解决多种问题-Source code of a nearest neighbor search method to solve the VRP problem
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:5.11kb
    • 提供者:孙常虹
  1. k-nearest-neighbor

    0下载:
  2. 对大量文件中相关内容的搜索,k近邻查询算法及一些改进-A large number of files in the search k nearest neighbor query algorithm and some improvements
  3. 所属分类:Other systems

    • 发布日期:2016-12-08
    • 文件大小:4.46mb
    • 提供者:wyj
  1. knn_K-nearest

    0下载:
  2. 是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-k-Nearest Neighbor algorithm, It is a very useful matlab code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:2.59kb
    • 提供者:王某
  1. KK---Nearest-Neighbor

    0下载:
  2. Implementation of k nearest neighbor in c# which could be employed for classification
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:71.81kb
    • 提供者:Reza
  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
    • 文件大小:12.38kb
    • 提供者:王康
  1. nearest

    0下载:
  2. vs2012+opencv下的最近邻滤波器自编代码-Vs2012+ opencv under the nearest neighbor filter code
  3. 所属分类:CSharp

    • 发布日期:2017-12-13
    • 文件大小:3.54mb
    • 提供者:朱晓航
  1. nearestneighbour

    0下载:
  2. nearest neighbor interpolation for working
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:97kb
    • 提供者:muthanadf
  1. K-Nearest Neighbor Classifier

    0下载:
  2. 调用于sklearn平台的K-Nearest Neighbor Classifier算法,有着较好的分类能力(The k-nearest Neighbor Classifier algorithm for sklearn platform has good classification ability.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1kb
    • 提供者:794937246
« 12 3 4 5 6 »
搜珍网 www.dssz.com