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

搜索资源列表

  1. knn

    0下载:
  2. KNN K-nearest neighbor rule for classification
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1671
    • 提供者:鲁剑锋
  1. Parzen_KNN

    0下载:
  2. Parzen 窗 和 K近邻法进行概率密度估计 还带一个示波器控件.-Parzen window and K-nearest neighbor method probability density is estimated to bring an oscilloscope control.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51367
    • 提供者:肖龙远
  1. image resampling

    0下载:
  2. %This is a simple function that resamples the image %at a different pixel size function nimg = imresample(oldpixsize,img,newpixsize,intmethod) % This function resamples the images at the new grid points % defined by the new pixel sizes. It
  3. 所属分类:matlab例程

    • 发布日期:2010-09-10
    • 文件大小:1714
    • 提供者:whitewalter
  1. video scaler

    0下载:
  2. Scales streaming video up or down in resolution. Bilinear and nearest neighbor modes are supported. Run-time adjustment of input and output resolution, scaling factors, and scale type.
  3. 所属分类:源码下载

  1. video scaler

    1下载:
  2. Scales streaming video up or down in resolution. Bilinear and nearest neighbor modes are supported. Run-time adjustment of input and output resolution, scaling factors, and scale type.
  3. 所属分类:编程文档

  1. LinearDiscriminant.rar

    0下载:
  2. 线形判别分析算法和knn最近邻算法的实现,Linear discriminant analysis algorithm and KNN nearest neighbor algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:111056
    • 提供者:huscar
  1. e2lsh.rar

    0下载:
  2. Nearest Neighbor Methods in Learning and Vision: Theory and Practice书中章节Locality-Sensitive Hashing Scheme Based on p-Stable Distributions 中LSH-Local Sensitive Hashing算法的C语言在Red Linux下实现,Book <Nearest Neighbor Methods in Learning and Vision: Theory
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:580773
    • 提供者:桑基韬
  1. PCA_KNN.rar

    0下载:
  2. 主成分分析+最近邻分类器,经典的原理介绍论文,可参照。,PCA+ nearest neighbor classifier, the classic paper describes the principle, can refer to.
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:549831
    • 提供者:wangxuyang
  1. interpolation.rar

    1下载:
  2. 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法,Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:127532
    • 提供者:zhoujianhua
  1. regnize

    0下载:
  2. 实现0-9个手写数字的识别 使用了多种方法:最近邻、势函数、神经网络、贝叶斯分类器-To achieve recognition handwritten digits 0-9 using a variety of methods: the nearest neighbor, potential function, neural networks, Bayesian classifier
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:10155801
    • 提供者:leaf
  1. interpolation

    2下载:
  2. 几种插值方法,双线性,三次,最邻近,sinc-Several interpolation, bilinear, cubic, nearest neighbor, sinc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:12485
    • 提供者:苏林
  1. KL

    0下载:
  2. 基于KL变换的特征提取的方法。 选取数据库中的部分样本(每个人的前5张图片)作为训练样本,其余作为未知的测试样本。从训练样本中得到KL变换矩阵,然后对训练样本和测试样本都进行变换,用变换后的数据作最近邻识别,距离可以为对应灰度值之差的平方和,统计识别率。-KL transform based feature extraction method. Select the database part of the sample (each person' s top 5 pictures)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3204
    • 提供者:刘峰
  1. dance

    0下载:
  2. 此题是用最近邻域法实现图像缩放,供菜鸟练习用,这种算法不高清-This problem is the nearest neighbor domain method to achieve image scaling for the rookie practice with, this algorithm does not high-definition
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:916
    • 提供者:罗尚
  1. project1

    0下载:
  2. 放大和缩小图像,采用最近邻域内插和像素复制法放大图像,采用像素删除法缩小图像-Zoom in and out using the nearest neighbor interpolation and pixel replication method to enlarge the image, pixel deletion method to reduce the image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:522039
    • 提供者:曼珠沙华
  1. Games

    0下载:
  2. Bayes分类器——算法设计 1. 使用决策树(Decision tree)分类算法、朴素贝叶斯(Naï ve Bayes)算法或者K-近邻(kNN)算法(三者任选其一)对给定的训练数据集构造分类器,并在测试数据集上进行分类预测。 2. 数据集描述: Tic-tac-toe游戏的二叉分类。Tic-tac-toe游戏示例如下-Bayes classifier- Algorithm 1. Using the decision tree (Decision tree) classi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1439417
    • 提供者:vera
  1. DS_fusion

    2下载:
  2. DS证据理论matlab 实现的源程序,.m格式的源程序-Implementation of nearest-neighbor algorithm matlab source,. M format of the source
  3. 所属分类:matlab例程

    • 发布日期:2013-10-09
    • 文件大小:1003
    • 提供者:wangzilan
  1. pca

    0下载:
  2. 运用奇异值分解定理的PCA方法在ORL人脸库上进行人脸识别,分类器为最近邻分类器,-The use of singular value decomposition theorem of PCA method in ORL face database for face recognition, nearest neighbor classifier for the classifier,
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1262
    • 提供者:胡丽娜
  1. nearestneighboralgorithm

    0下载:
  2. 自己写的,模式识别最近邻算法实现,配有IRIS数据集,非常实用-Their own writing, pattern recognition, nearest neighbor algorithm, with IRIS data set, very useful
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-15
    • 文件大小:6832
    • 提供者:song
  1. knnsearch

    0下载:
  2. 一个小而有效的程序来执行的K -近邻搜索算法,此算法利用JIT 理论加速循环,比向量化有效解决了大量数据的精度问题。甚至比kd-tree效果要佳-A small and effective procedures to implement the K- nearest neighbor search algorithm, this algorithm uses JIT acceleration cycle theory, than to solve a lot of data to quantif
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:555
    • 提供者:
  1. knn

    1下载:
  2. 使用C语言编写的最近邻算法,可以直接运行,算法是对鸢尾花数据进行了分类。-Written in C language using the nearest neighbor algorithm can be run directly, the algorithm is the iris data are classified.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:739820
    • 提供者:hqj
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 37 »
搜珍网 www.dssz.com