登录
首页 » Matlab » 线性判别分析

线性判别分析

于 2022-07-12 发布 文件大小:1.92 kB
0 148
下载积分: 2 下载次数: 1

代码说明:

%Lda-MATLAB 子例程执行线性判别分析 %使用: %w = LDA(Input,Target,Priors)%%W = 发现线性系数 (第一列是常数)输入 %= 预测数据观测在行中列的变量)目标 %= 目标变量 (类标签)%先验 = 向量先验概率 (可选)%%注: 判别系数按 unique(Target) 的顺序存储在 W%%的示例:%%%生成示例数据: 2 组,10 和 15,分别%X = [randn(10,2); randn(15,2) + 1.5];Y = [zeros(10,1); ones(15,1)] ;%%%线性判别系数的计算%W = LDA(X,Y) ;%%%Calulcate 线性分数为训练数据%L = [ones(25,1) X] * W" ;%%%类概率计算%P = exp(L)./ repmat (总和 (exp (L),2),[1 2]) ;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Document
    code for the protocol of stop and wait
    2009-12-07 15:59:54下载
    积分:1
  • MVAcltbern2
    MVAcltbern illustrates the (univariate) Central Limit Theorem (CLT). n*1000 sets of n-dimensional Bernoulli samples are generated and used to approximate the distribution of t = sqrt(n)*(mean(x)-mu)/sigma -> N(0,1). The estimated density (blue) of t is shown together with the standard normal (red).
    2013-04-30 22:28:08下载
    积分:1
  • 蚁群算法
    蚁群算法,蚁群算法在电力系统重构中的应用。能够运行出结果,可行。便于修改。(Keyword, ant colony algorithm in power system reconfiguration)
    2020-07-02 14:00:01下载
    积分:1
  • lvbochaosheng
    对李纯明的DRLSE进行了改进 利用各向异性扩散提高了分割弱边缘的能力 改进的高斯滤波代替惩罚项 加快了演化速度 节省了时间(The DRLSE to LiChunMing improved using anisotropic diffusion improve the segmentation of improvement of the ability weak edge gaussian filtering instead of penalty term accelerated evolution speed save time)
    2012-07-20 11:06:03下载
    积分:1
  • branch-and-bound-master
    说明:  本程序分支定界法,用于整数规划,欢迎下载,。。。。。。。。。。。。。。。(This procedure branch and bound method, for integer programming, welcome to download,.........................)
    2019-09-23 16:59:55下载
    积分:1
  • matlab RPCA程序代码
    说明:  rpca程序代码,是朋友做的,希望对大家的学习和生活能有所帮助,谢谢大家(RPCA program code, is a friend to do, and I hope that everyone's learning and life can help, thank you.)
    2020-11-06 19:39:49下载
    积分:1
  • matlab人脸识别源码
    这个Matlab程序使用eigenface系统实现人脸识别,它使用AT&T的数据库,运行代码实例前,请阅读其中的comment,下载该数据
    2022-07-07 09:09:52下载
    积分:1
  • gpc
    广义预测的简单例子(gpc算法)广义预测的简单代码(generalized predictive control algorithm )
    2011-08-25 10:10:31下载
    积分:1
  • bat
    用matlab实现新的启发式算法—蝙蝠算法,用于生产优化问题(New heuristic- bat algorithm for the production optimization problem using matlab )
    2012-07-26 19:09:39下载
    积分:1
  • UKF
    ukf代码 主要是提供北斗卫星是如何实现定位(UKF code Beidou satellite positioning is how to achieve)
    2013-04-22 21:33:22下载
    积分:1
  • 696518资源总数
  • 104313会员总数
  • 30今日下载