extracting conditional probabilites after building the bayesian network using BayesNet

View: New views
2 Messages — Rating Filter:   Alert me  

extracting conditional probabilites after building the bayesian network using BayesNet

by Mohamad El Abed :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everyone,

I have a question. After building the bayesian network using BayesNet
class (from my own java code), i just like to know how i can obtain for
each node the conditional probabilities?
I tried in  BayesNet  but i didnt found a method to get these
conditional probabilities...

Best regards


_______________________________________________
Wekalist mailing list
Send posts to: Wekalist@...
List info and subscription status: https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html

Re: extracting conditional probabilites after building the bayesian network using BayesNet

by Peter Reutemann-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I have a question. After building the bayesian network using BayesNet class
> (from my own java code), i just like to know how i can obtain for each node
> the conditional probabilities?
> I tried in  BayesNet  but i didnt found a method to get these conditional
> probabilities...

I'm not very familiar with the bayesian package, but you might want to
try member variable "m_Distributions", which is accessible via the
"getDistributions()" method. This variable is used for filling the
TABLE node when generating the BIF XML file via the "toXMLBIF03()"
method.

Cheers, Peter
--
Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ
http://www.cs.waikato.ac.nz/~fracpete/           Ph. +64 (7) 858-5174

_______________________________________________
Wekalist mailing list
Send posts to: Wekalist@...
List info and subscription status: https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html