Thanks. I think I am heading down the right path. I can't wait for the new book 
on amazon.


--- On Wed, 9/21/11, Ted Dunning <[email protected]> wrote:

From: Ted Dunning <[email protected]>
Subject: Re: new to mahout and need direction.
To: [email protected]
Date: Wednesday, September 21, 2011, 9:48 PM

After training, save the model to a file.

To apply the model,

- load the model from the file
- read a document
- tokenize and vectorize document
- call model.classify() or some variant.

Done!

See the example server in chapter 16 of the mahout book for an example.  I
think that source is also available on my github account (without the book,
of course).

On Wed, Sep 21, 2011 at 8:54 PM, Dan <[email protected]> wrote:

> Hi,
>
> Once the classifier is trained what are the standard approaches for:
>
> "and then apply it to documents"
>
>
> dan
>

Reply via email to