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

搜索资源列表

  1. classification

    0下载:
  2. 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:100997
    • 提供者:tangxiaojun
  1. KNN_Classifier

    0下载:
  2. 仿真实现了KNN分类器的的一个功能,具有较好的分类效果。-Simulation of the KNN classifier of a function, with better classification results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1225
    • 提供者:梦轩
  1. KNNVB

    0下载:
  2. 最短距离法分类器VB实现,包括有详细例程说明-The shortest distance classifier VB to achieve, including a detailed descr iption routines
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:647846
    • 提供者:dong wei
  1. kNN_Matlab

    0下载:
  2. k-NN classifier in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:920
    • 提供者:Namrata
  1. knn

    0下载:
  2. K-nearest neighbor classifier (k-NN) is a nonparametric approach for classification. It does not require the priori knowledge such as priori probabilities and the conditional probabilities. It operates directly towards the samples and is categorized
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1777
    • 提供者:酷小羊
  1. patternMiniPrj

    0下载:
  2. a code on pattern recognition which has pca as a dimentional reduction and knn as a classifier.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:21331
    • 提供者:fatal
  1. Classifier_min_Local_Mean_f

    0下载:
  2. 局部最小距离分类器,性能高于knn分类器,matlab环境下,可直接调用-Local minimum distance classifier, classifier performance than knn, matlab environment, can be called directly
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:974
    • 提供者:vicky
  1. neighborhoodclassifier

    0下载:
  2. 这是基于KNN的邻域分类器matlab代码,里面包含了KNN的matlab代码。-This is a neighborhood based on KNN classifier matlab code, which contains the KNN of matlab code.
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:236257
    • 提供者:lindahua
  1. KNNPandPneighborhoodPclassifier

    0下载:
  2. 模式识别knn分类器,matlab代码,k近邻算法-knn classifier ,matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:235662
    • 提供者:mark
  1. iss_l12

    0下载:
  2. pattern recognition ,knn classifier-pattern recognition ,knn classifier
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:600154
    • 提供者:mark
  1. knnclassifier

    0下载:
  2. Knn Classifier used for Various classification purposes
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1237
    • 提供者:chethan
  1. KNN-(2)

    0下载:
  2. 这个是基于matlab制作的KNN 识别器的写法-This is K-Nearest Neighbour classifier used in pattern recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:839
    • 提供者:周迩航
  1. KNN-classifier

    0下载:
  2. 粗糙集的编码程序,包含多个模块,可供选择使用-Rough set of coding procedures, which includes multiple modules, choose to use
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1658
    • 提供者:li ming
  1. knnclassification

    0下载:
  2. 这是一个KNN分类器的matlab函数(K近邻分类器),可自由选择参数k-it s a KNN classifier program of the matlab ,you can chose the parameter k to conduct the classify procedure
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1165
    • 提供者:袁永福
  1. knn

    0下载:
  2. K近邻分类器,用于模式识别等领域,该程序短小精悍,适合与ANN和SVM进行比较研究,本人多篇论文用到,效果较好。-K-nearest neighbor classifier is often used in pattern recognition and other fields. It is suitful for a comparative study with ANN and SVM. I have published some papers used the code. The effe
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:725
    • 提供者:XIAO
  1. wavelet-transform-using-knn

    0下载:
  2. 基于双低频小波变换和k近邻分类器的人脸识别算法源程序-Dual low frequency wavelet transform and k-nearest neighbor classifier based face recognition algorithm source
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:271348
    • 提供者:hufei
  1. knn

    0下载:
  2. 本程序中,训练样本集含有30个样本,矢量长度为5,对样本{1,18,11,11,0.5513196}进行K=5的K-最近邻分类. 样本从文件data.txt中读取,程序运行结果显示所有样本以及其类别,待分类样本所属的类别({1,18,11,11,0.5513196}属于"2"类),以及它的5个最近邻的类别和与它之间的距离。-In this program, the training sample set containing 30 samples, the vector length
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:297261
    • 提供者:韩程
  1. knn

    0下载:
  2. matlab程序源代码,能够正确实现,最近邻分类-matlab program source code, to be able to correctly implement the nearest neighbor classifier
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:729
    • 提供者:sherry
  1. knniris

    0下载:
  2. fusion svm_knn the output of svm will be the input of knn classifier
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:2084
    • 提供者:akermisai
  1. KNN

    0下载:
  2. Implement the K nearest neighbor algorithm by your own instead of using available software. 2. Use K-fold cross validation to generate training and testing datasets. You should try different K values (3~8) to see how they affect your result. 3. T
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:161926
    • 提供者:Chang
« 1 2 34 5 6 »
搜珍网 www.dssz.com