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

搜索资源列表

  1. nearestneighbour

    0下载:
  2. Compute nearest neighbours (by Euclidean distance) to a set of points of interest from a set of candidate points. The points of interest can be specified as either a matrix of points (as columns) or indices into the matrix of candidate points.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:30618
    • 提供者:nadir
  1. kpca

    0下载:
  2. 运用KPCA方法在ORL人脸库上进行人脸识别,分类器为最近邻分类器。-KPCA method using ORL face database for face recognition, classification for the nearest neighbor classifier.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1327
    • 提供者:胡丽娜
  1. src.tar

    0下载:
  2. 期望最大化的算法代码,类似于k近邻,分为两个步骤:E步骤和M步骤。-Expectation maximization algorithm code, similar to the k nearest neighbor, is divided into two steps: E steps and M steps.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:138246
    • 提供者:weiwei811208
  1. nearest

    0下载:
  2. 给定n个点,其坐标为(xi,yi)(0<=i<<=n-1),要求使用分治法策略求解设计算法,找出其中距离最近的两个点。两个点间距离公式为: -nearest two point
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1460
    • 提供者:小虫
  1. Nearest

    0下载:
  2. K-Nearest Neighbors Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:5408
    • 提供者:chi
  1. classifier_1

    0下载:
  2. Nearest neighbor classifier.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:935
    • 提供者:pushkar
  1. cvResize

    0下载:
  2. Resize 圖像大小變換 void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR ) src 輸入圖像. dst 輸出圖像. interpolation 插值方法: * CV_INTER_NN - 最近鄰插值, * CV_INTER_LINEAR - 雙線性插值 (預設使用) * CV_INTER_AREA
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1196
    • 提供者: 張天彥
  1. imaging-processing

    0下载:
  2. Fast nearest, bi-linear and bi-cubic interpolation for image data,where method is one off nearest, linear, or cubic
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:874720
    • 提供者:朴美兰
  1. tupianchuli

    0下载:
  2. Fast nearest, bi-linear and bi-cubic interpolation for image data,where method is one off nearest, linear, or cubic
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7663
    • 提供者:朴美兰
  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

    0下载:
  2. FAST K-NEAREST NEIGHBORS SEARCH, Simple but very fast algorithm for nearest neighbors search in 2D space.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2559
    • 提供者:hfy
  1. the-nearest-point

    0下载:
  2. 算法分析实验中,用递归与分治算法实现的最接近点对实验,编程环境为vc-Algorithm analysis experiments, using a recursive divide and conquer algorithm with the nearest point of the experiment, vc++ programming environment
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:22639
    • 提供者:李雪薇
  1. Traditional-basic-K-nearest-neighbor

    0下载:
  2. 传统基本K-最邻近分类算法源程序 云计算-Traditional basic K-nearest neighbor classification algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2512
    • 提供者:gongchao
  1. knn

    0下载:
  2. java语言实现的KNN算法代码。 KNN就是K最近邻(k-Nearest Neighbor,KNN)分类算法-java language code of the KNN algorithm. KNN is a K-nearest neighbor (k-Nearest Neighbor, KNN) classification algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1860
    • 提供者:晨曦
  1. K-nearest

    0下载:
  2. 关于K近邻算法的详细描述,包括算法原理及应用背景。-K-nearest neighbor algorithm on a detailed descr iption, including algorithm theory and application background.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-27
    • 文件大小:413990
    • 提供者:汪婵
  1. the-most-nearest

    0下载:
  2. 用最近邻法对数据进行分类,比较简单和基础的分类方法,可用于图像处理-With the nearest neighbor method for data classification, the classification of simple and basic method can be used for image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4653
    • 提供者:leigh
  1. Ask-the-nearest-point

    0下载:
  2. 求最近点对点算法,关于如何求解最近的点对点问题的算法-Ask the nearest point of the algorithmAsk the nearest point of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:123100
    • 提供者:
  1. Nearest-neighbor-interpolation

    0下载:
  2. 使用最近邻插值法对图像进行缩放处理的matlab程序-Using the nearest neighbor interpolation image zoom processing matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:879
    • 提供者:罗湘
  1. BTSP-Nearest-Insert

    0下载:
  2. 瓶颈TSP的最近插入启发式方法,Delphi源码调试通过-Nearest Insert Algorithm for Bottle TSP
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-22
    • 文件大小:1665
    • 提供者:江资斌
  1. Matrix-for-nearest-load

    0下载:
  2. 编写程序,从键盘输入网络系统的节点数和联络矩阵,实现求出和输出最小路集。-print the load matirx to gain the nearest load between two point among a net.
  3. 所属分类:File Formats

    • 发布日期:2017-11-18
    • 文件大小:28672
    • 提供者:chk
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com