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

搜索资源列表

  1. 61

    0下载:
  2. 在分类算法研究onThe应用运行长度的车型分类研究中使用坡道SVM和K近邻-The Research of Vehicle Classification Using SVM and KNN in a ramp
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:391848
    • 提供者:dss
  1. neighbor

    0下载:
  2. 使用K近邻方法对给定的一个样本进行分类。-K nearest neighbor method using a sample of a given classification.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1106
    • 提供者:shihao
  1. classification

    3下载:
  2. 灰度共生矩阵提取特征值,最近邻算法,进行纹理图像分类。creat_apprentissage用来训练样本,cooccurence是灰度共生矩阵提取特征值,knn是进行k最近邻算法,classif是纹理图像分类-coocurence matrix,using K nearest neighbor to classify textures images.
  3. 所属分类:matlab

    • 发布日期:2015-12-09
    • 文件大小:53135542
    • 提供者:王静
  1. LDA_KNN

    0下载:
  2. 对随机选择的iris数据,用LDA进行特征提取,然后用K近邻分类器分类的完整程序-Feature extraction using LDA,and perform classification via KNN
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3304
    • 提供者:苗晨
  1. KNN

    0下载:
  2. 自己编写的近邻法算法,包括k近邻法、两分剪辑和重复剪辑、压缩算法。在文档中给出了一个简单的算法原理说明,详细参考边肇的《模式识别》。注:里面的分类线绘制算法存在一些问题,仅供大家参考修改。-The nearest neighbor algorithm written by myself, including k nearest neighbor, the two sub-editing and re editing, compression algorithm. The document giv
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:43051
    • 提供者:陈章
  1. 461518386Yale_PCASVM

    0下载:
  2. 程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。-svm apply to fenlei
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5402787
    • 提供者:jack
  1. k_nn_classifier

    0下载:
  2. k最近邻分类器。编写的一个matlab函数。输入向量Z表示所属的类,返回一个向量,表示由k最近邻分类给定的。-k nearest neighbor classifier. Write a matlab function. Input vector Z that belongs to the class, returns a vector, expressed by the k nearest neighbor classification given.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:555
    • 提供者:menghang
  1. kNNregression

    0下载:
  2. k近邻算法,实现机器学习中的回归功能,参数k需要自己选择-k nearest neighbor algorithm to achieve regression in the machine learning field
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:1320855
    • 提供者:lily
  1. Ex1

    0下载:
  2. 模式识别某次课程的作业,完成了高斯分布下的两种贝叶斯分类器,以及非参数的K近邻、Parzen窗方法,采用UCI机器学习数据库中的某些数据作为样本,使用交叉验证方法确定参数-Pattern recognition of a particular course work, completed under the two Gaussian Bayesian classifier, and the non-parametric K-nearest neighbor, Parzen window meth
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1138796
    • 提供者:libo
  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. knn

    0下载:
  2. k近邻分类算法,VC++实现的,验证了正确性-k nearest neighbor classification algorithm, VC++ implementation to verify the correctness
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:895
    • 提供者:杨丽
  1. knn

    0下载:
  2. 这个程序是用来寻找每个图像的K近邻的,然后得到了一个权值矩阵-This program is used to find K-nearest neighbor of each image, and then get a weight matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:793
    • 提供者:王玲丽
  1. knnmatlab

    0下载:
  2. 不同的K近邻分类算法,基于matlab开发,不错。-matlab knn classification
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:895
    • 提供者:蝶澈
  1. kjl

    0下载:
  2. k近邻-k nearest neighbor
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3203
    • 提供者:陈雅曦
  1. KNN

    0下载:
  2. 源码完成了对数据的K近邻分类,并且可以计算正确率-Source completed the K-nearest neighbor classifier on the data and can calculate the correct rate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:62801
    • 提供者:杨丽
  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. knn

    0下载:
  2. K近邻算法在MATLAB中的通过编写代码来实现的样例-K nearest neighbor algorithm in MATLAB by writing code in the sample achieved
  3. 所属分类:matlab例程

    • 发布日期:2016-01-27
    • 文件大小:1947
    • 提供者:洪程
  1. 1673-3851(2011)03-0384-05

    0下载:
  2. k近邻算法和KALMAN滤波相结合的一个实例论文-k nearest neighbor algorithm and the KALMAN filter paper an example of combining
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:612807
    • 提供者:洪程
  1. MATLAB

    0下载:
  2. k近邻算法 均值算法 中值算法 针对高斯和椒盐图像去噪-means algorithm k nearest neighbor algorithm in the value of denoising for Gaussian and salt and pepper
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1818624
    • 提供者:wuyuehong
  1. MARK_KNN

    0下载:
  2. k-nearest-neighbor K近邻算法的C++实现,训练后模型可以对测试数据进行归类。找了一些PUDN上的程序发现都没有很好的训练和测试数据集,所以自己写了一个直接放在main函数里面,不要从外部文件读取。工程运行于vc++ 6.0环境。Debug目下exe文件可以直接双击运行查看结果。-K nearest neighbor of C++ implementation, training model can be classified on the test data. Find so
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:352972
    • 提供者:
« 1 2 3 4 5 67 8 9 10 11 ... 18 »
搜珍网 www.dssz.com