How to visualize high dimension data separated by LDA
3 ビュー (過去 30 日間)
古いコメントを表示
Hi, I'm trying to show how data clusters shift over multiple days. I have a 9 class problem in a 40 dim space and I use LDA ([results, error,POSTERIOR,logp,coeff] = CLASSIFY(SAMPLE,TRAINING,GROUP)) as my classifier. I would like to project the data to 2 and 3 dims, using the linear discriminants LDA finds (the ones that provide best separation). I've already done it with PCA, but that does not provide the results I need.
Thank you for your help!
George
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!