Mahout svd command question

2012-11-22 Thread kuba
Hi, I'm new to hadoop, mahout, and language processing. I'm trying to do LSA (Latent Semantic Analysis) in mahout. I've made my own version of tf-idf matrix building (I know there's seqdirectory and seq2sparse, that can do it for me, but I needed some modifications). I've done 'mahout svd' and

HA: Mahout svd command question

2012-11-22 Thread Abramov Pavel
Hi, Here is step by step manual for Lanczos implementation: https://cwiki.apache.org/MAHOUT/dimensional-reduction.html Pavel От: kuba [pawl...@interia.pl] Отправлено: 22 ноября 2012 г. 21:34 To: user@mahout.apache.org Тема: Mahout svd command question

Re: Mahout svd command question

2012-11-22 Thread Ted Dunning
От: kuba [pawl...@interia.pl] Отправлено: 22 ноября 2012 г. 21:34 To: user@mahout.apache.org Тема: Mahout svd command question Hi, I'm new to hadoop, mahout, and language processing. I'm trying to do LSA (Latent Semantic Analysis) in mahout. I've made my