Needs clue to create a Proof of Concept recommender

2011-08-08 Thread Jeffrey
Hi, I am trying to implement a recommender system for my postgraduate project. I currently have all my data (collected using flickr API) stored in the MySQL database in RDF form using Redland (lol, PHP is my main language hence Redland). The recommender system is basically

Re: Needs clue to create a Proof of Concept recommender

2011-08-08 Thread Sean Owen
You don't need ARFF, no. You can write some Java code to write a SequenceFile directly, one entry at a time. It would take a little study of the code to understand how it works but it's probably just 10 lines. What is the "OME" error? Results can live wherever you want; HDFS is the most natural c

Re: Needs clue to create a Proof of Concept recommender

2011-08-09 Thread Jeffrey
mail. @Jeffrey04 > >From: Sean Owen >To: user@mahout.apache.org; Jeffrey >Sent: Tuesday, August 9, 2011 2:54 PM >Subject: Re: Needs clue to create a Proof of Concept recommender > > >You don't need ARFF, no. You can write some Java code to write a SequenceFile >dire

Re: Needs clue to create a Proof of Concept recommender

2011-08-09 Thread Sean Owen
ment the tag clustering component as mentioned in the previous mail. > > @Jeffrey04 > > -- > *From:* Sean Owen > *To:* user@mahout.apache.org; Jeffrey > *Sent:* Tuesday, August 9, 2011 2:54 PM > *Subject:* Re: Needs clue to create a Proof of Concept recommender > > You don

Re: Needs clue to create a Proof of Concept recommender

2011-08-14 Thread Jeffrey
e again. Best wishes, Jeffrey04 > >From: Sean Owen >To: Jeffrey >Cc: "user@mahout.apache.org" >Sent: Tuesday, August 9, 2011 3:19 PM >Subject: Re: Needs clue to create a Proof of Concept recommender > >You need some glue c