[ https://issues.apache.org/jira/browse/MAHOUT-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795136#action_12795136 ]
Ted Dunning commented on MAHOUT-220: ------------------------------------ {quote} For sgd algorithm. I suggest you define your own matrix names, row indices and column indices, which your algorithm and your datastore agree upon. {quote} That is fine if sgd is an island, but it plausibly should be able to output models to be used by the Bayes classifier in a map-reduce setting. That requires some documentation of how DataStore is used by the Bayes models. > Mahout Bayes Code cleanup > ------------------------- > > Key: MAHOUT-220 > URL: https://issues.apache.org/jira/browse/MAHOUT-220 > Project: Mahout > Issue Type: Improvement > Components: Classification > Affects Versions: 0.3 > Reporter: Robin Anil > Assignee: Robin Anil > Fix For: 0.3 > > Attachments: MAHOUT-BAYES.patch, MAHOUT-BAYES.patch > > > Following isabel's checkstyle, I am adding a whole slew of code cleanup with > the following exceptions > 1. Line length used is 120 instead of 80. > 2. static final log is kept as is. not LOG. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.