On Wed, Jun 11, 2014 at 7:15 AM, Kamesh <[email protected]> wrote:
> I have not find any documentation for this. Do I need to write my own > vector for this. > You will have to write your own code for vectorizing your data. This is easier than building a new kind of vector (i.e. a new class that implements that Vector interface). The 3rd section of Mahout in Action has some information about vectorizing data.
