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

搜索资源列表

  1. KnnClassfier.rar

    0下载:
  2. 基于kNN算法的网页分类器,基于Visual c++6.0环境,kNN classifier
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2130898
    • 提供者:dj
  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. knnVB

    0下载:
  2. KNN Classifier code and implementation with Visual Basic
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:52500
    • 提供者:cmube86
  1. KNN

    0下载:
  2. 我用VC++编写的KNN分类器,希望对同学们的学习有帮助。-I use VC++ to prepare the KNN classifier, in the hope that the learning of students there to help.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2497083
    • 提供者:赵小华
  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. finallyliuyuClassifier

    0下载:
  2. 文本分类软件c++(中科大分词软件+knn分类器)-Text classification software c++ (USTC segmentation software+ knn classifier)
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-12
    • 文件大小:20323412
    • 提供者:赵辉
  1. iss_l12

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

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

    0下载:
  2. The VC KNN classifier,The VC KNN classifier-The VC KNN classifier
  3. 所属分类:其他小程序

    • 发布日期:2017-04-16
    • 文件大小:351253
    • 提供者:xurui
  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. 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. Meta-Biomarker.tar

    0下载:
  2. meta biomarker code matlab for feature s selection uses filer methods Relief and mrmr with svm and knn like classifier for validation
  3. 所属分类:DNA

    • 发布日期:2017-11-17
    • 文件大小:2274
    • 提供者:karima
  1. INDOORLOC

    1下载:
  2. In this i attached matlab code for indoor localization using WIFI and FM signal features classified by KNN classifier to predict the fingure print of the building structure.
  3. 所属分类:Other systems

    • 发布日期:2015-09-30
    • 文件大小:480256
    • 提供者:vasanth
  1. FE-GA

    0下载:
  2. This is a matlab source code of genetic algorithm for optimizing a features based on KNN classifier... the data is available in matlab environment.This code ready to implement.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1395154
    • 提供者:abdalla
  1. knntextclassify

    0下载:
  2. knn算法实现的文本分类器,有界面,使用VS2010编写,能实现分类功能。-KNN algorithm to achieve the text classifier, the interface, the use of VS2010 to prepare, to achieve the classification function
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:250627
    • 提供者:杨玉
  1. knn-softsvm

    0下载:
  2. knn,最小二乘,softsvm分类器的matlab实现,以及简单的交叉验证等-knn, least squares, soft svm classifier matlab implementation, and simple cross-validation, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3436
    • 提供者:何大神
  1. knn分类

    0下载:
  2. 进行K近邻分类器的编写,与k近邻分类器的测试(K nearest neighbor classifier, and K nearest neighbor classifier test)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:13302784
    • 提供者:爱豆豆
  1. 新建文件夹

    0下载:
  2. 一个简单的分类器-KNN,可以很好地达到将几种属性分离开来。(A simple classifier, is a good way to achieve split several attributes.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:SUN_24
  1. 单样本人脸识别

    1下载:
  2. 利用KNN分类器在FERET人脸库上进行单样本人脸识别(Single sample face recognition on FERET face database using KNN classifier)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:32055296
    • 提供者:wenjiali123
搜珍网 www.dssz.com