Do you need to write Java code that calls our inference library API
(inflib.jar)? Code Bandit will get you started quickly!
Code Bandit is a tool that
writes smart sample code for you, based on settings you configure in
SamIam. For example, if you need to use our library to build Bayesian network
models, Code Bandit can write a sample program that shows you what methods
to call. Code Bandit can also write programs that demonstrate how to
execute queries, like Pr(e) and MAP, on existing models. Code Bandit is
intended to make it easy and fun for Java programmers to learn how to
write code based on our inference library.