Re: [GSOC] Array of questions

2010-05-27 Thread Jake Mannix
if you run "mvn eclipse:eclipse", you'll get a nice eclipse project built for you to open and all the sub-modules and dependencies should be set up on your classpath (you've already run "mvn clean install" right?) -jake On Thu, May 27, 2010 at 5:17 PM, Shannon Quinn wrote: > Will do. I spoke

Re: [GSOC] Array of questions

2010-05-27 Thread Shannon Quinn
Will do. I spoke with the author of Eigencuts regarding a few points of confusion, and I modified the entry with the corrections. I'll get the specifics on the wiki soon, in addition to a post about the specifics of EigenCuts (rather than generalized spectral clustering). I had a broader question

Re: [GSOC] Array of questions

2010-05-27 Thread Grant Ingersoll
On May 26, 2010, at 11:53 PM, Shannon Quinn wrote: > And here is where I happily pass on the link: > > http://spectrallyclustered.wordpress.com/ Good stuff, let's make sure the appropriate stuff gets captured somehow on the Mahout wiki under the Algorithms page. Cut and paste would be great.

Re: [GSOC] Array of questions

2010-05-26 Thread Shannon Quinn
Hi again, Thanks for all the responses! Let's see if I can address what was said several hours ago... Blogging about your project is great, as is putting stuff on the wiki, but > make sure you post on this list a link to wherever you put it, because this > list is where all real communication bet

Re: [GSOC] Array of questions

2010-05-26 Thread Grant Ingersoll
On May 26, 2010, at 12:20 PM, Jeff Eastman wrote: > On 5/26/10 7:55 AM, Grant Ingersoll wrote: >> On May 25, 2010, at 11:51 PM, Jake Mannix wrote: >> >> >>> 2) In getting a feel for Mahout, I've been running a few of the examples on my own, and have noticed that if I supply the

Re: [GSOC] Array of questions

2010-05-26 Thread Jeff Eastman
On 5/26/10 9:20 AM, Jeff Eastman wrote: On 5/26/10 7:55 AM, Grant Ingersoll wrote: On May 25, 2010, at 11:51 PM, Jake Mannix wrote: 2) In getting a feel for Mahout, I've been running a few of the examples on my own, and have noticed that if I supply the "-h" argument by itself to some of the

Re: [GSOC] Array of questions

2010-05-26 Thread Jeff Eastman
On 5/26/10 7:55 AM, Grant Ingersoll wrote: On May 25, 2010, at 11:51 PM, Jake Mannix wrote: 2) In getting a feel for Mahout, I've been running a few of the examples on my own, and have noticed that if I supply the "-h" argument by itself to some of the available programs, I get an exc

Re: [GSOC] Array of questions

2010-05-26 Thread Jeff Eastman
On 5/25/10 8:51 PM, Jake Mannix wrote: Hi Shannon, On Tue, May 25, 2010 at 8:10 PM, Shannon Quinn wrote: (snip) 2) In getting a feel for Mahout, I've been running a few of the examples on my own, and have noticed that if I supply the "-h" argument by itself to some of the available programs,

Re: [GSOC] Array of questions

2010-05-26 Thread Grant Ingersoll
On May 25, 2010, at 11:51 PM, Jake Mannix wrote: > >> >> 2) In getting a feel for Mahout, I've been running a few of the examples on >> my own, and have noticed that if I supply the "-h" argument by itself to >> some of the available programs, I get an exception, followed by the list of >> avai

Re: [GSOC] Array of questions

2010-05-25 Thread Jake Mannix
Hi Shannon, On Tue, May 25, 2010 at 8:10 PM, Shannon Quinn wrote: > > > 1) There was a thread early on regarding having the students keep blogs > about their projects. Should we be using our own blogs for this purpose, or > do this somewhere on the Mahout wiki, or other? > Blogging about your pr

Re: [GSOC] Array of questions

2010-05-25 Thread Sisir Koppaka
Interfaces: ClusterBase.java, and Cluster.java in Clustering For the classifier, Bayes has two interfaces in bayes/interfaces as Algorithm.java and Datastore.java The Taste part has a generic recommender interface at cf.taste.recommender and the implementations are in cf.taste.impl.recommender. I'

[GSOC] Array of questions

2010-05-25 Thread Shannon Quinn
Hi all, Had a few questions regarding my project; I've been watching the mailing list carefully, so I apologize if the answers to these questions snuck by me. 1) There was a thread early on regarding having the students keep blogs about their projects. Should we be using our own blogs for this pu