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

搜索资源列表

  1. knn_matlab.rar

    0下载:
  2. knn—k近邻准则matlab实现,适合初学者,knn-k neighbors to achieve the criteria matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:904
    • 提供者:lingjinwen
  1. Digit-recognizer---knn-a-svm

    2下载:
  2. matlab中分别使用knn(k近邻)与svm(支持向量机)实现的对手写数字识别的二分类器-Digit recognizer(KNN and SVM) developed in matlab
  3. 所属分类:Algorithm

    • 发布日期:2016-04-07
    • 文件大小:2048
    • 提供者:stronger
  1. 关于KNN的一些资料以及RoR图的画法

    0下载:
  2. 关于KNN的一些资料,以及RoR图的画法。
  3. 所属分类:报告论文

  1. KNN

    1下载:
  2. 最近邻分类java实现,还有测试用例,这是用eclipse开发的,也可以把源文件拷贝出来。-nearst neighbor java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:9363
    • 提供者:郭枫
  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.kmeans.fisher

    5下载:
  2. 常用的分类方法,包括最近邻(NN),k均值(kmeans),k近邻,Fisher线性判别。-Commonly used classification methods, including nearest-neighbor (NN), k the mean (kmeans), k neighbors, Fisher linear discriminant.
  3. 所属分类:matlab

    • 发布日期:2015-05-25
    • 文件大小:3903
    • 提供者:刘斌
  1. basicOCR

    2下载:
  2. 基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算-Based on OpenCV' s OCR program, you can digital identification process using KNN algorithm can calculate the sample data
  3. 所属分类:图形图象

    • 发布日期:2012-10-30
    • 文件大小:413363
    • 提供者:huanzhang
  1. kNN_predict

    2下载:
  2. 采用K近邻算法预测时间序列的源代码,希望对大家能有所帮助。-Predict time series using kNN.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5863
    • 提供者:王林
  1. kNN

    0下载:
  2. k Nearest Neighbor matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:689
    • 提供者:Weronika
  1. KNNSOURCECODE

    0下载:
  2. 用KNN实现资源分类,代码可扩展性强,而且很有条理-KNN Classification of resources used, code scalability, but also very structured
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2646
    • 提供者:陈国章
  1. KNN

    1下载:
  2. 数据挖掘导论中的K近邻聚类算法,用C++编写而成。-Introduction to Data Mining of the K neighbors clustering algorithm, using C++ has been prepared by.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:440407
    • 提供者:绍敏
  1. KNN

    0下载:
  2. C# 实现KNN算法并输出紧邻0 1 矩阵,支持多维数据输入,非常方便 -C# implementation of KNN algorithm and output close to 01 matrix to support the multi-dimensional data input, a very convenient
  3. 所属分类:CSharp

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

    1下载:
  2. 使用C语言编写的最近邻算法,可以直接运行,算法是对鸢尾花数据进行了分类。-Written in C language using the nearest neighbor algorithm can be run directly, the algorithm is the iris data are classified.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:739820
    • 提供者:hqj
  1. knn

    0下载:
  2. k最邻近算法,经典的分类算法,绝对有帮助-k-nearest neighbour algorithm,it is a classical algorithm for text cluster
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 简单的 knn 算法 用c语言编的 得用file-knn algorithm use C Lagueage
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-09
    • 文件大小:719
    • 提供者:Bok
  1. knn

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

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

    0下载:
  2. A matlab implementation of the KNN classifier. It is tested and working well.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:6193
    • 提供者:balu
  1. KNN

    0下载:
  2. 自己的模式识别的作业,matlab实现k近邻算法。-K-Nearest Neighbour algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1086
    • 提供者:chris
  1. ModuleReconizeKNNalgorithm

    0下载:
  2. KNN是一种有效的模式识别分类算法,本文件在Matlab平台实现KNN算法在模式识别中的运用。-KNN is an effective pattern recognition classification algorithms, this document is in the Matlab platform implementation KNN algorithm in the application of pattern recognition.
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1177
    • 提供者:farmer
  1. kNN

    0下载:
  2. 一种常用的分类器,常用于人脸识别、掌纹识别等模式识别领域。 -A common classification, commonly used in face recognition, palmprint recognition, pattern recognition.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1209
    • 提供者:叶子
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com