how to implement bayesian classification

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smitanaik
    New Member
    • Oct 2007
    • 26

    how to implement bayesian classification

    how to implement bayesian classification
  • Laharl
    Recognized Expert Contributor
    • Sep 2007
    • 849

    #2
    Can you explain what bayesian classification is and where you're having trouble? Also, C or C++?

    Comment

    • smitanaik
      New Member
      • Oct 2007
      • 26

      #3
      c++



      it predicts the class membership probabilities

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        I'm doing a little work with Bayesian reasoning and analysis right now, actually. Do you have your algorithm and everything set up to do these probabilities?

        While there are math aficionados here, I don't believe that there will be many, fi any, people who know enough about Bayesian reasoning to help you with the details of what you are trying to do. However, if you give an algorithm, we can help you break it down.

        Comment

        Working...