Prinicipal component analysis c#
Posted
by vj4u
on Stack Overflow
See other posts from Stack Overflow
or by vj4u
Published on 2010-05-22T09:30:09Z
Indexed on
2010/05/22
9:40 UTC
Read the original article
Hit count: 137
c#
Hi,
im presently working with data in text files i need to use algorithm called principal component analysis so i have counted the words in text filw which occurred more than one time in text file for eg
relation occured times help occured 6 times between OCCURED 3 TIMES Analysis occurred 4 times component occured 5 times present occurred 6 times
so by taking count of above distinct words i need to form matrix of m x n
in c# help me its bit urgent for me
© Stack Overflow or respective owner