On Thu, May 27, 2010 at 10:47 AM, Grant Ingersoll <[email protected]>wrote:
> > > 1. I need labels on the vectors so that I can look up/associate my input > document with the appropriate vector that was created by Mahout. It doesn't > seem like Seq2Sparse supports NamedVector, so how would I do this? > Seq2Sparse produces sequence files of <Key,Vector> -- could you use the key in lieu of a NamedVector here? If it helps I've updated MAHOUT-401 with a patch that addresses the NamedVector business in seq2sparse
