What kind of LDA performs 'fitcdiscr' function?
4 次查看(过去 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
回答(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!