![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/183835/image.png)
What kind of LDA performs 'fitcdiscr' function?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi all,
I know that the new 'fitcdiscr' MATLAB® function (https://es.mathworks.com/help/stats/fitcdiscr.html) can perform several discriminant analysis, such as LDA or QDA. However, the mentions about 'regularization' and 'bayesian' inside the MATLAB® help confuse me.
What kind of discriminant analysis is performed if 'fitcdiscr' uses the default parameters? Do it use Bayesian Linear Disciminant Analysis (BLDA), Fisher's LDA (FLDA), or some kind of Regularized LDA (rLDA)?
Thanks in advance, Víctor.
댓글 수: 1
Ahsan
2017년 3월 28일
By default, it does 'Linear' LDA and description of 'Linear' tells that its is some kind of Regularized LDA (rLDA). See screenshot of MATLAB documentation
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/183835/image.png)
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Discriminant Analysis에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!