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!