CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - K近邻

搜索资源列表

  1. PatternRecognition

    1下载:
  2. 1.Fisher分类算法 2.感知器算法 3.最小二乘算法 4.快速近邻算法 5.K-近邻法 6.剪辑近邻法和压缩近邻法 7.二叉决策树算法
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8094
    • 提供者:wct
  1. knn_myself

    0下载:
  2. 一个自己编写的K近邻算法,是学习算法编写过程中最简单的一个哦,学习算法想自己学编程的可以看-A imagecut.rar K neighbor algorithm, is in the process of learning algorithm to write the most simple a oh, learning algorithm to learn programming can see
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3096
    • 提供者:胡汇涓
  1. kNN_predict

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

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

    0下载:
  2. matlab有关K近邻分类算法,很不错,-matlab knn
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4322
    • 提供者:蝶澈
  1. knnsearch

    0下载:
  2. 一个小而有效的程序来执行的K -近邻搜索算法,此算法利用JIT 理论加速循环,比向量化有效解决了大量数据的精度问题。甚至比kd-tree效果要佳-A small and effective procedures to implement the K- nearest neighbor search algorithm, this algorithm uses JIT acceleration cycle theory, than to solve a lot of data to quantif
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:555
    • 提供者:
  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. 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. 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近邻算法在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. Tri-traing-by-myself

    1下载:
  2. 一个自己编写的Tri-training算法,利用支持向量机,K近邻,和朴素贝叶斯进行协同训练-A imagecut.rar Tri-training algorithm, using support vector machine, K neighbor, and simple bayesian for collaborative training
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:366834
    • 提供者:胡汇涓
  1. knn

    0下载:
  2. k近邻准则matlab实现,适合初学者。-K neighbor standards matlab, is suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1527
    • 提供者:电瓶车
  1. SVM-KM

    0下载:
  2. K-近邻支持向量机回归,工具箱,全程Matlab-K-Support Vector machine Matlab, This function process the SVM regression model using a linear epsilon insensitive cost
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:374121
    • 提供者:wjs
  1. MLRE

    0下载:
  2. MLRE算法,选取最优K近邻,是识别率达到更高-MLRE algorithm select the best K-nearest neighbor, is to achieve a higher recognition rate
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1927
    • 提供者:丁鑫龙
  1. KClassify

    0下载:
  2. 使用K近邻法设计分类器,对一组数据进行分类-K-nearest neighbor algorithm to design the classifier, to classify a set of data
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3575
    • 提供者:张天航
« 1 23 4 »
搜珍网 www.dssz.com