[
https://issues.apache.org/jira/browse/MAHOUT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622889#action_12622889
]
Robin Anil commented on MAHOUT-60:
----------------------------------
Right now the Model (Abstract class is not completely bayes specific)
Certain things like storing a score for a label, feature matrix, storing the
sum score of a label and also of a feature. Storing the total sum score.
Storing label normalizatin factors These are reused in other kind of
classifiers also. These can indeed be taken out and put as a base class
which stores it on the dfs or in a Distributed Matrix Storage/Retrieval
system(later). The other bayes specific Datastructs can be taken out and
put in a BayesBaseModel class ?
> 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-13082008.patch,
> MAHOUT-60-15082008.patch, MAHOUT-60.patch, 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.