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

线性判别分析

于 2022-07-12 发布 文件大小:1.92 kB
0 270
下载积分: 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 个回复

  • CDPF
    粒子滤波算法比较,不同的建议分布下,粒子滤波的性能差异,包括精度与时间(the comparision)
    2009-11-08 19:48:45下载
    积分:1
  • single-image-pca
    i am submiting the pca face recognition source code for single image
    2012-04-11 22:19:48下载
    积分:1
  • pm_haar_inv
    MATLAB函数为pm Haar 1-D IDWT算法 离散Haar小波逆变换的基本原理(MATLAB function for pm Haar 1-D IDWT algorithm, Fundamentals of the discrete Haar wavelet transform)
    2013-11-23 22:59:36下载
    积分:1
  • AMI
    产生AMI码,并求其功率谱密度和时域波形。 (AMI generated code, and for its power spectral density and time-domain waveform.)
    2008-05-10 10:59:55下载
    积分:1
  • direction
    对称阵子的方向系数D随臂电长度的变化图,该图为二维的。(Stream of the direction of symmetry coefficient D changes with the electrical length of arm map, the picture shows the two-dimensional.)
    2011-05-23 11:49:08下载
    积分:1
  • RLS_LMS
    自适应波束形成算法中,LMS算法和RLS算法的性能分析与比较优劣性(Adaptive beamforming algorithm, LMS algorithm and RLS algorithm performance analysis and compare the advantages and disadvantages of)
    2013-04-26 13:55:49下载
    积分:1
  • Pest-control
    this code is for monitoring the pest control in the tree leaves
    2011-12-29 14:03:13下载
    积分:1
  • A-soft-kill-beso-code
    利用双向渐进结构优化方法进行连续体的结构拓扑优化(topology optimization based on bidirectional evolutionary structure method)
    2020-12-23 11:09:06下载
    积分:1
  • level-set
    水平集做图像分割的一个源程序,大家可以参考(levelset method)
    2011-05-21 13:19:07下载
    积分:1
  • ImpulseNoise_35ND
    A Modified median filter to remove fixed value impulse noise upto 35 Noise Density. Filterdesign.m--main program salt_correction.m--to remove salt noise pepper_correction.m--to remove pepper noise
    2013-02-19 21:12:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载