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

搜索资源列表

  1. 最近邻法分类器演示

    0下载:
  2. 本程序是一个最近邻分类算法的演示程序,本程序完成了三种最近邻的演示并实现算法的分析-this procedure is a nearest neighbor classification algorithm the demo program, the completion of a three - Nearest Neighbor algorithm demonstration and analysis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:284020
    • 提供者:luxiangzz
  1. 邻法实现图像识别

    1下载:
  2. 用k近邻法实现图像识别,程序比简单,需要训练集
  3. 所属分类:图形/文字识别

    • 发布日期:2014-01-17
    • 文件大小:716
    • 提供者:zy
  1. matlab K近邻分类法

    8下载:
  2. matlabK近邻法实现
  3. 所属分类:matlab例程

  1. K-近邻法

    0下载:
  2. 用于模式识别
  3. 所属分类:源码下载

    • 发布日期:2011-12-05
    • 文件大小:6346
    • 提供者:xidian000
  1. 利用近邻法解决非线性分类问题

    0下载:
  2. 在matlab环境下,利用近邻法解决非线性分类问题,In the matlab environment, the use of neighbor method to solve nonlinear classification problems
  3. 所属分类:matlab例程

    • 发布日期:2017-03-26
    • 文件大小:4507
    • 提供者:王渝
  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
    • 文件大小:6699
    • 提供者:chen
  1. KwithC-neighbor

    0下载:
  2. 用C语言对K近邻法进行的模式识别,包括说明及程序。-K with C-neighbor method of pattern recognition, including a descr iption of and procedures.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:30405
    • 提供者:android
  1. KNearestCls

    0下载:
  2. 模式识别中的K近邻法和快速K近邻法的VC++实现-Pattern Recognition and rapid K neighbors K neighbors law VC to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:52552
    • 提供者:lsj
  1. face5

    0下载:
  2. 人脸识别matlab程序,采用五阶近邻法实现-Face recognition matlab procedures, the use of fifth-order neighbor method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1832
    • 提供者:docaviar
  1. shuangxianxingchazhisuofangtuxiang

    1下载:
  2. 本实验采用双线形插值技术进行图像的缩放。该方法输出的像素值是它在输入图像中2*2邻域采样点的平均值,它根据某像素周围4个像素的灰度值在水平和垂直方向两个方向上对其插值。在进行图像缩放时,其考虑到了相邻近的像素点间的关系。这种平均算法具有放锯齿效果,创造出来的图像拥有平滑的边缘,锯齿难以察觉,所以相对于最近邻法,其的效果比较好。在进行程序设计时,程序的输入参数为图像矩阵和结果图像的水平和垂直方向的像素数,可以忽略混叠效应。在程序运行之后可以对其前的实验结果进行比较分析异同,进而更深刻的理解最近邻插
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:995816
    • 提供者:jhm
  1. moshishibie

    0下载:
  2. 先用C-均值聚类算法程序,并用下列数据进行聚类分析。在确认编程正确后,采用蔡云龙书的附录B中表1的Iris数据进行聚类。然后使用近邻法的快速算法找出待分样本X(设X样本的4个分量x1=x2=x3=x4=6;子集数l=3)的最近邻节点和3-近邻节点及X与它们之间的距离。-First C-means clustering algorithm procedures and with the following data for cluster analysis. After confirming t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1002
    • 提供者:jack
  1. pcafacerecognition

    0下载:
  2. 基于主成分分析(PCA)的人脸识别系统 利用2D PCA算法求对训练集向量进行降维的降维矩阵,最近邻法测试对测试集识别的精度-pca face recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:195973
    • 提供者:费菲
  1. linjin

    0下载:
  2. 用k近邻法和剪辑近邻法分类样本点,模式识别实验内容之一-K neighbors with neighbors and editing sample points classification, pattern recognition one experiment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:5208
    • 提供者:hokhok
  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. 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. ClassifyHomework

    0下载:
  2. 模式识别,用平均样本法、平均距离法、最近邻法、K近邻法进行分类。-Pattern recognition, with an average of the sample method, the average distance method, nearest neighbor, K-NN classification.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2335
    • 提供者:youxia
  1. zuijinlinfenlei

    0下载:
  2. 我们使用MATLAB软件实现了人脸识别并统计其识别率。本实验采用PCA(主成分分析)方法,利用K-L变换和奇异值分解原理实现。并分别采用最近邻法分类器得出它们的成功率。-We use face recognition software and the MATLAB Statistics recognition rate. The present study, PCA (principal component analysis) method, using KL transform and sin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1264
    • 提供者:liyanliang163
  1. K近邻法

    1下载:
  2. K近邻法对Iris数据分类,输入分类结果和准确率。-K-nearest neighbor method for Iris data classification, enter the classification results and accuracy.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-07
    • 文件大小:395660
    • 提供者:奥斯卡
  1. SurrogateData

    0下载:
  2. 这是复杂机电系统运行状态分析方法中的一个环节,在相空间重构中求相空间的嵌入位数的源代码,用假近邻法求嵌入位数(Embedding number by false nearest neighbor method)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:6144
    • 提供者:studyBar
  1. KNN_demon

    1下载:
  2. 最近邻法语k近邻法的例子,基于matlab平台,有助于初学者学习。(The recent example of the nearest neighbour approach to French K, based on the MATLAB platform, helps beginners to learn.)
  3. 所属分类:其他

    • 发布日期:2018-03-31
    • 文件大小:6144
    • 提供者:驼铃
« 12 3 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com