You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2008/11/01 21:13:44 UTC

[jira] Updated: (MAHOUT-93) Refactor Bayes and CBayes to share more common code

     [ https://issues.apache.org/jira/browse/MAHOUT-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated MAHOUT-93:
----------------------------------

    Description: 
There's no reason to have two classes w/ the exact same code: BayesClassifier and CBayesClassifier.

Also, there appears to be a fair amount of copied code between the two.  Let's refactor so that they share common code.

  was:There's no reason to have two classes w/ the exact same code: BayesClassifier and CBayesClassifier

        Summary: Refactor Bayes and CBayes to share more common code  (was: BayesClassifier and CBayesClassifier are the same class)

> Refactor Bayes and CBayes to share more common code
> ---------------------------------------------------
>
>                 Key: MAHOUT-93
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-93
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Classification
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>             Fix For: 0.1
>
>
> There's no reason to have two classes w/ the exact same code: BayesClassifier and CBayesClassifier.
> Also, there appears to be a fair amount of copied code between the two.  Let's refactor so that they share common code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.