Created on 09-17-2015 01:01 AM - edited 09-16-2022 08:15 AM
Dear Colleagues,
In order to run a SSVD in mahout the documents were represented in a tfidf matrix using seq2sparse
(the row-index are the doc-ids and the column-index are the dict-id (word-id)).
The input for SSVD is these tfidf-matrix.
The output of the SSVD job are the matrices U,S,V (transpose).
How i can interprete this output regarding the original tfidf-matrix? Should i multiplice the original one with U, S or V?
What is the conclusion?
Thanks in advance and best regards,
butkiz
Created 09-17-2015 01:30 AM
Created 09-17-2015 02:09 AM
Created 09-17-2015 01:30 AM
Created 09-17-2015 01:38 AM
Created 09-17-2015 02:09 AM