You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Ted Dunning <te...@gmail.com> on 2008/08/01 08:10:54 UTC

Re: [jira] Updated: (MAHOUT-60) Complementary Naive Bayes

Robin,

You can very easily put all of these steps into a single Java program.

That is generally a bit easier to read the flow since you don't have so much
clutter from the java invocations.  Also, class to class communications is
easier than command line programming.

On Thu, Jul 31, 2008 at 2:12 PM, Robin Anil (JIRA) <ji...@apache.org> wrote:

>
>     [
> https://issues.apache.org/jira/browse/MAHOUT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Robin Anil updated MAHOUT-60:
> -----------------------------
>
>     Attachment: country.txt
>
> > Complementary Naive Bayes
> > -------------------------
> >
> >                 Key: MAHOUT-60
> >                 URL: https://issues.apache.org/jira/browse/MAHOUT-60
> >             Project: Mahout
> >          Issue Type: Sub-task
> >          Components: Classification
> >            Reporter: Robin Anil
> >            Assignee: Grant Ingersoll
> >            Priority: Minor
> >             Fix For: 0.1
> >
> >         Attachments: country.txt, MAHOUT-60.patch, MAHOUT-60.patch,
> MAHOUT-60.patch, MAHOUT-60.patch, twcnb.jpg
> >
> >
> > The focus is to implement an improved text classifier based on this paper
> http://people.csail.mit.edu/jrennie/papers/icml03-nb.pdf.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
ted