Re: Naive Bayes Classifier
clemenr_at_wmin.ac.uk
Date: 01/11/05
- Next message: Julian V. Noble: "Re: approximate a pdf function with exponential distribution"
- Previous message: clemenr_at_wmin.ac.uk: "Re: Naive Bayes Classifier"
- In reply to: clemenr_at_wmin.ac.uk: "Re: Naive Bayes Classifier"
- Next in thread: Yaroslav Bulatov: "Re: Naive Bayes Classifier"
- Messages sorted by: [ date ] [ thread ]
Date: 11 Jan 2005 09:07:11 -0800
clem...@wmin.ac.uk wrote:
> <pre>
> p( e | h )
> p( h | e ) approx = K ------------------
> p(e)
> </pre>
Nope, still munged. This is going to be a problem if I can't post
formulae. It should look like:
......................p(e|h)
p(h|e) approx = K --------------
........................p(e)
> <pre>
> n
> PROD p( wi | author )
> i=1
> p( author | w1, w2, ..., wn ) approx = ---------------------------
> n
> PROD p( wi )
> i=1
> </pre>
And this should be:
...........................................n
..........................................PROD p( wi | author )
...........................................i=1
p( author | w1, w2, ..., wn ) approx = ---------------------------
...........................................n
..........................................PROD p( wi )
...........................................i=1
Cheers,
Ross-c
- Next message: Julian V. Noble: "Re: approximate a pdf function with exponential distribution"
- Previous message: clemenr_at_wmin.ac.uk: "Re: Naive Bayes Classifier"
- In reply to: clemenr_at_wmin.ac.uk: "Re: Naive Bayes Classifier"
- Next in thread: Yaroslav Bulatov: "Re: Naive Bayes Classifier"
- Messages sorted by: [ date ] [ thread ]