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

搜索资源列表

  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. fisher

    0下载:
  2. 这是一各关于线性判别函数分类的MATLAB程序,希望对大家的学习有所帮助-This is the one on the linear discriminant function classification MATLAB program, and they hope to learn from everyone
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1483
    • 提供者:王霞
  1. ar_dct_lda

    0下载:
  2. AR人脸库进行DCT变换,然后使用Fisher discriminant analysis 进行特征提取,使用cos分类器进行人脸分类。-AR Face Database for DCT transform, and then use the Fisher discriminant analysis feature extraction, using cos classifier for human face classification.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1905
    • 提供者:邵珠立
  1. classifier

    1下载:
  2. 两类二维相关正态分布条件下的最小错误率贝叶斯分类器,基于最小风险的贝叶斯分类器,Parzen窗法非参数估计分类器程序,Fisher线性判别法分类器程序。-Under normal conditions two types of two-dimensional correlation of minimum error rate of Bayesian classifier, the minimum risk-based Bayesian classifier, Parzen window meth
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:39529
    • 提供者:wanwei
  1. MatlabBayesFisherClassifierDesign

    2下载:
  2. 在matlab中bayes和Fisher分类器设计的小程序代码,实现垃圾邮件和正常邮件的分离,比较不同维度,不同样本,两种分类器正确率的优劣,适合初学者学习-In matlab the bayes and Fisher classifier design a small program code, junk mail and regular mail to achieve the separation of comparing different dimensions, different sa
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:448512
    • 提供者:gabielle
  1. CODE

    1下载:
  2. 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
  3. 所属分类:matlab

    • 发布日期:2015-10-28
    • 文件大小:6918144
    • 提供者:张数
  1. fisher

    0下载:
  2. Fisher分类函数 对应《模式识别与智能计算的matlab实现》中的例2.4-Pattern Recognition and Intelligent Computing matlab achieve the Fisher classification function corresponding Example 2.4
  3. 所属分类:matlab

    • 发布日期:2014-05-11
    • 文件大小:1024
    • 提供者: 郭晓姣
  1. Fisher

    0下载:
  2. MATLAB实现Fisher线性分类实验,未调用现有函数。-MATLAB the Fisher Linear classification experiment, did not call the existing functions.
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:4628
    • 提供者:Cui Runpeng
  1. Adaboost

    0下载:
  2. matlab实现AdaBoost,弱分类算法包括fisher 伪逆 svm naivebayes 决策树。-matlab implements AdaBoost, weak classification algorithms include fisher pseudoinverse svm naivebayes tree.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:57704
    • 提供者:sunny
  1. fisher

    0下载:
  2. fisher分类法的matlab实现,包含训练与测试部分。-fisher classification matlab implementation, including training and testing parts.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:885
    • 提供者:sunny
  1. Fisher

    0下载:
  2. fisher分类器matlab代码,只具有二分类特性,可运行-fisher classifier matlab code, has only two classification features, you can run
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:943
    • 提供者:weidance
  1. TEP-KFDA

    4下载:
  2. 自编的matlab KFDA程序,核费舍尔判别分析。用于TE过程的故障分类,其中包含正常数据以及故障9和故障11。包含了如何进行核训练,故障的分类等。-Directed the matlab KFDA program, nuclear Fisher discriminant analysis. TE for fault classification process, which includes normal and fault data and fault 9 11. Training inc
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:1011213
    • 提供者:刘鑫
  1. fisher

    0下载:
  2. 基于Fisher距离判据的特征提取分类MATLAB代码-Extraction MATLAB code classification based on Fisher criterion feature distance
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:960
    • 提供者:xiaoyanjia
  1. 程序

    0下载:
  2. 模式识别在MATLAB程序下的有关算法程序,包括Fisher分类,ML分类,parzen窗分类,直方图画法,roc曲线,roc分类等(Pattern recognition in the MATLAB program related algorithm program, including Fisher classification, ML classification, Parzen window classification, histogram drawing, ROC curve, RO
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:254976
    • 提供者:我麋鹿啦
  1. Fisher_3d

    0下载:
  2. fisher算法的matlab代码实现,模式分类课后实验部分(Fisher algorithm matlab code to achieve, after the class part of the experimental classification)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:5120
    • 提供者:王培
  1. Fisher字典学习

    2下载:
  2. 基于稀疏表示的高光谱图像分类的Fisher字典学习方法matlab代码(Hypersynthetic image classification based on sparse representation in Fisher dictionary learning matlab code.)
  3. 所属分类:matlab例程

  1. feature-selection-master

    1下载:
  2. 最小冗余最大相关性(MRMR)(MRMR.M) 需要外部库。详情请见MRMR。下载一个更新版本的互信息工具箱 偏最小二乘(PLS)回归系数(ReGCOEF.m) 使用MATLAB统计工具箱中的PLSReress ReliefF(分类)和RReliefF(回归)(ReleFracePr.M.) 从Matlab STATS工具箱中包装Releff.m。这是Matlab R2010B以后提供的。 ReliefF的另一个选择是使用ASU特征选择工具箱中的代码。这使用WEKA
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:11264
    • 提供者:smilingcost
搜珍网 www.dssz.com