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

搜索资源列表

  1. classifier_knn

    0下载:
  2. 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用!-nearest neighbor classifier (KNN) of the C + + source code, suitable for pattern recognition, image processing developers use!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2572
    • 提供者:sjtu
  1. knn

    1下载:
  2. knn分类器的设计源程序,经过测试能事功能-knn classifier design source, function tested wiles
  3. 所属分类:Graph program

    • 发布日期:2016-04-29
    • 文件大小:1024
    • 提供者:何志强
  1. face

    0下载:
  2. 人脸识别程序,采用的是knn分类器,基于类内类间距离准则,特征提取。-Face recognition process, using the knn classifier, based on within-class inter-class distance criteria, feature extraction.
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:14766
    • 提供者:wasd
  1. pca_knn

    0下载:
  2. 本方法采用pca进行特征提取,knn分类器进行人脸识别。-The method of feature extraction using pca, knn classifier for face recognition.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:3080
    • 提供者:zhangpei
  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. face_recognition

    0下载:
  2. 实现基于类内类间距离准则的特征提取方法,并用KNN方法进行分类器设计。-Distance criterion class within a class based feature extraction method, KNN method classifier design.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-13
    • 文件大小:1712536
    • 提供者:钟福贵
  1. bayes-

    0下载:
  2. 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用-nearest neighbor classifier (KNN) of the C++ source code, suitable for pattern recognition, image processing developers use
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-16
    • 文件大小:162003
    • 提供者:唐键坪
  1. llde_cmb

    0下载:
  2. 人脸检测一直是人们在研究的问题,流形学习用于人脸检测中的特征提取,用PCA与constructM进行降维,KNN分类器用于分类。取得非常好的效果。-Face detection has been the problem of people in the study, manifold learning for face detection feature extraction using PCA and constructM dimension reduction, KNN classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:981071
    • 提供者:abcpei
  1. classifier_knn

    0下载:
  2. 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用!-nearest neighbor classifier (KNN) of the C++ source code, suitable for pattern recognition, image processing developers use!
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:2621
    • 提供者:rnowb
  1. LDA

    1下载:
  2. example: 演示程序 creatData:生成数据 creatTrainLabelMat:生成数据标签 LDA:提取fisherface knnRecognition:knn分类器 knnsearch:knn搜索-example: demo creatData: generate data creatTrainLabelMat: generating data label LDA: Extract fisherface knnRecogni
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:212242
    • 提供者:pizzaa
  1. 123

    0下载:
  2. 手写字符识别,使用svm 支持向量机和 knn最近邻分类器-Handwritten character recognition using svm SVM and knn nearest neighbor classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:8620
    • 提供者:蔡纪源
  1. SGTlight

    0下载:
  2. 该代码包实现了直推学习算法(transductive learning),该算法基于kNN的一个扩展。优点是不需要任何启发式诱导,可以防止不收敛或者局部收敛-We present a new method for transductive learning, which can be seen as a transductive version of the k nearest-neighbor classifier.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-28
    • 文件大小:10981816
    • 提供者:john
  1. knn

    0下载:
  2. 一个小小的knn-demo,先用knn 做分类器进行分类,再去验证正确率-A small knn-demo, first with knn Do classifier, go to verify that the correct rate
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:863
    • 提供者:董小姐
  1. fisher

    0下载:
  2. fisher准则的pca人脸识别程序example: 演示程序 creatData:生成数据 creatTrainLabelMat:生成数据标签 LDA:提取fisherface knnRecognition:knn分类器 knnsearch:knn搜索-Fisher criterion example: face recognition program PCA demonstration program CreatData: generat
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-26
    • 文件大小:213158
    • 提供者:郑儒楠
  1. knn

    0下载:
  2. 基于vs的一个KNN最近邻分类器的实现方法-Based on a KNN nearest neighbor classifier vs implementations
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1415
    • 提供者:贾一恒
  1. FisherFace

    0下载:
  2. 基于LDA线性辨别分析的人脸识别算法,采用KNN分类器,可直接运行,自带数据库,识别率有88 。-LDA face recognition algorithm based on linear discriminant analysis, using KNN classifier, can be directly run, comes with a , the recognition rate of 88 .
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:4245005
    • 提供者:
  1. CLBP

    0下载:
  2. 利用完整局部二值模式(CLBP)特征提取方法,svm和knn分类器分类进行表情识别的matlab程序源码。并且附有CLBP论文-With a complete local binary pattern (LBP) feature extraction method, svm classifier classification and knn expression recognition matlab program source code. And paper with CLBP
  3. 所属分类:Graph program

    • 发布日期:2017-05-30
    • 文件大小:12170171
    • 提供者:zhang tengyue
搜珍网 www.dssz.com