[
https://issues.apache.org/jira/browse/MAHOUT-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robin Anil updated MAHOUT-287:
------------------------------
Attachment: MAHOUT-Bayes-rewrite.patch
Completed rewrite of Bayes and CBayes trainer using vectors. Very compact, but
not in the same pattern as earlier package. So not using O(size of document)
memory like the earlier version. Uses O(Feature size) memory. Easier to
maintain and store/read vectors, but bounded by feature size. Randomized input
vectors will prove to be very useful here
Comments welcome.
I will now write the in-memory Classifier, and make a 20newsgroups example
> Bayes Classifier should use Vector as input
> -------------------------------------------
>
> Key: MAHOUT-287
> URL: https://issues.apache.org/jira/browse/MAHOUT-287
> Project: Mahout
> Issue Type: Improvement
> Components: Classification
> Affects Versions: 0.4
> Reporter: Robin Anil
> Assignee: Robin Anil
> Fix For: 0.4
>
> Attachments: MAHOUT-Bayes-rewrite.patch, MAHOUT-logNormalize.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.