One of first steps in RecommendJob is to convert the input to user vectors. With a little surgery in the code, you can comment out that step and have it read your vectors directly instead.
Or you can write a small program that iterates over the vectors and outputs "user,item,value" CSV format. 2011/4/15 Julián Limón Núñez <[email protected]>: > Hello all, > > I'm a Mahout newbie, so please bear with me if this has been answered > before. I couldn't find the answer elsewhere. > > Is there a way to use a Vector (generated via Lucene or Mahout's text > parsing) as an input for a Recommender DataModel or FileDataModel? I'm > trying to use TF-IDF values as preferences in a Recommender system and it'd > be much easier if I could use existing classes to generate the DataModel. > > Thanks, > > Julian Limon >
