Re: How to get human-readable output for large clustering?

2013-10-07 Thread Adam Baron
@mahout.apache.org; Suneel Marthi suneel_mar...@yahoo.com *Sent:* Tuesday, August 6, 2013 6:56 PM *Subject:* Re: How to get human-readable output for large clustering? Suneel, I was trying -n 25 and -b 100 when I sent my e-mail about it not working for me. Just tried -n 20 and got

Re: How to get human-readable output for large clustering?

2013-10-07 Thread Pavan K Narayanan
*Subject:* Re: How to get human-readable output for large clustering? Suneel, I was trying -n 25 and -b 100 when I sent my e-mail about it not working for me. Just tried -n 20 and got the same error message. Any other ideas? Thanks, Adam On Mon, Aug

Re: How to get human-readable output for large clustering?

2013-08-08 Thread Ted Dunning
...@yahoo.com *Sent:* Tuesday, August 6, 2013 6:56 PM *Subject:* Re: How to get human-readable output for large clustering? Suneel, I was trying -n 25 and -b 100 when I sent my e-mail about it not working for me. Just tried -n 20 and got the same error message. Any other ideas? Thanks

Re: How to get human-readable output for large clustering?

2013-08-07 Thread Adam Baron
adam.j.ba...@gmail.com *To:* user@mahout.apache.org; Suneel Marthi suneel_mar...@yahoo.com *Sent:* Tuesday, August 6, 2013 6:56 PM *Subject:* Re: How to get human-readable output for large clustering? Suneel, I was trying -n 25 and -b 100 when I sent my e-mail about it not working for me. Just

Re: How to get human-readable output for large clustering?

2013-08-06 Thread Adam Baron
the clusterdump by limiting the number of terms from clusterdump, by specifying -n 20 (outputs the 20 top terms)? From: Adam Baron adam.j.ba...@gmail.com To: user@mahout.apache.org Sent: Monday, August 5, 2013 8:03 PM Subject: Re: How to get human-readable

Re: How to get human-readable output for large clustering?

2013-08-06 Thread Suneel Marthi
: Re: How to get human-readable output for large clustering? Suneel, I was trying -n 25 and -b 100 when I sent my e-mail about it not working for me.  Just tried -n 20 and got the same error message.  Any other ideas? Thanks,          Adam On Mon, Aug 5, 2013 at 7:40 PM, Suneel Marthi

Re: How to get human-readable output for large clustering?

2013-08-05 Thread Adam Baron
Florian, Any luck finding an answer over the past 5 months? I'm also dealing with similar out of memory errors when I run clusterdump. I'm using 50,000 features and tried k=500. The kmeans command ran fine, but then I got the dreaded OutOfMemory error on with the clusterdump command:

Re: How to get human-readable output for large clustering?

2013-08-05 Thread Suneel Marthi
Subject: Re: How to get human-readable output for large clustering? Florian, Any luck finding an answer over the past 5 months?  I'm also dealing with similar out of memory errors when I run clusterdump.  I'm using 50,000 features and tried k=500.  The kmeans command ran fine, but then I got

How to get human-readable output for large clustering?

2013-03-11 Thread Florian Laws
Hi, I have difficulties with clusterdump and clusterpp. Experimenting with Mahout's k-means clusterer, I have successfully obtained kmeans results and clusterdump output for small custom datasets. However, when I try to use a larger dataset with 1M datapoints and 1000 clusters, I start to run