How to using PCA or LDA to classify data (wine dataset)?

조회 수: 12 (최근 30일)
arini
arini 2013년 6월 25일
Hello everyone, I really need your advice or help about using PCA or LDA in matlab to classify data (in this case is wine dataset) which downloaded from UCI repository. Could anyone show me the script, or at least the similiar one? thanks..

채택된 답변

Rob Campbell
Rob Campbell 2013년 6월 25일
PCA is used for dimensionality reduction and to help you visualise higher dimensional data. On its own it is not a classification tool. If you have access to the Statistics Toolbox then you can use the "classify" function which runs discriminant analyses. I suggest you work through the example in the help and then see if you can apply it to your data: http://www.mathworks.co.uk/help/stats/classify.html
  댓글 수: 1
arini
arini 2013년 6월 25일
thank you for your explanation..it's so helpful

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by