X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 04 Mar 2004 07:36 AM by  anon
PCOMP explanation
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
04 Mar 2004 07:36 AM
    Hi I am doing some Principal Component Analysis with PCOMP. I haven't found the on-line help of much use. Probably because they seem to use a strange nomenclature than that I am used to in PCA. Does anybody have any links to tutorials or similar where PCOMP has been used and explained in more detail than the online help? Thanks Russ

    Deleted User



    New Member


    Posts:
    New Member


    --
    04 Mar 2004 07:36 AM
    Hi, I have implemented PCA for plane recognition in Visual C++ using standard template libraries. To understand PCA, refer the textbook on Pattern Classification by Duda, Hart and Stork. For an implementation in C, refer Numerical Recipies in C. You'd also find an easy-to use tool in the LA package for Tcl. To use PCA, you need to be familiar with eigen values and what they physically represent and potentially singular value decomposition techniques. Hope this helps, C
    You are not authorized to post a reply.