Re: Mahout Collocation parameter

2015-12-02 Thread JunTai Gong
Hi, The parameter 'unigram' may be what you want. --unigram (-u) If set, unigrams will be emitted inthe final output alongside collocations https://mahout.apache.org/users/basics/collocations.html Joe 2015-12-03 4:38 GMT+08:00 Ankur Desai (ankurdes) : > Hi

Re: Mahout item based recommender help documentation

2015-12-02 Thread Suneel Marthi
Mahout 0.9 isn't supported anymore, suggest that you upgrade to Mahout 0.11.0 which is Spark 1.3+ compatible. On Wed, Dec 2, 2015 at 7:22 PM, Weiqing Jin wrote: > Hi, I am new to Mahout. I am using Mahout on Cloudera CDH5.3. I believe it > has version 0.9.Wondering how can I get help documenta

Mahout item based recommender help documentation

2015-12-02 Thread Weiqing Jin
Hi, I am new to Mahout. I am using Mahout on Cloudera CDH5.3. I believe it has  version 0.9.Wondering how can I get help documentation. Specifically I am trying to use item based recommender algorithm(as below). I downloaded the Mahout 0.9 distribution files, but not able to find help specificall

Mahout Collocation parameter

2015-12-02 Thread Ankur Desai (ankurdes)
Hi, I am running collocation on mahout and are having trouble understanding what the minsupport parameter is doing. I want to get the bigrams/trigrams that occur at least 5 times in the corpus. I set the minsupport value to 5 and I am still getting results that are occur only one time in the

mapping docId -> clusterId

2015-12-02 Thread Valentin Popov
hello, everyone. I made clustering using k-means, and now want map docId to clusterId. Any clue how to do that? Regards, Valentin