Can anyone recommend a good opensource or free bayes net software program?

I have been using baysealab with a class, but my account will expire and I'd like to continue building and using bns.

link|improve this question

Consider updating with what you are looking or: a library? a DSL? an end-user program? – pst Nov 29 '11 at 22:43
feedback

closed as off topic by pst, Andrew Marshall, martin clayton, rcs, Richard Nov 30 '11 at 10:17

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 2 down vote accepted

If you have access to matlab: BNT is great

If you prefer python: NetworkX or Orange

Or for Java: Weka API

Weka does not have the best documented API, but is quite rich in what algorithms are available.

Hope this helps.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.