java jama array problem

Posted by agazerboy on Stack Overflow See other posts from Stack Overflow or by agazerboy
Published on 2010-01-30T20:16:29Z Indexed on 2010/04/29 7:07 UTC
Read the original article Hit count: 433

Filed under:
|
|
|

Hi All, I asked a question before but duffymo said it is not clear so i am going to post it again here. I am using Jama api for SVD calculation. I know very well about jama and SVD. Jama does not work if your column are more than rows. I have this situation. What should I do?? any help? I can't transpose the matrix too as it can produce wrong results. Thanks.

P.S: I am calculating LSI with the help of jama. I am going like column(docs) and rows ( terms )

© Stack Overflow or respective owner

Related posts about java

Related posts about jama