Skip to content
/ bnkit Public
forked from bodenlab/bnkit

Automatically exported from code.google.com/p/bnkit

Notifications You must be signed in to change notification settings

tawssie/bnkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Introduction

bnkit is a collection of classes that aim to help implement a Bayesian network in Java. Currently it allows you to define a Bayesian network structure, use the network for inference, and some learning from data. It deals with missing values, both discrete and continuous variables. There are basic implementations of variable elimination, and expectation-maximisation Iearning. bnkit does not do structure learning.

The current version is very much a work-in-progress. It is a complete re-write of an earlier (in-house) version we have been using for research. So far only basic functionality has been moved across--so some attractive features are missing. We also expect to extend the functionality and address efficiency concerns.

To generate documentation use javadoc. There are a few examples in the code and a very brief tutorial in the "bn" package documentation.

Wiki

https://github.com/bodenlab/bnkit/wiki

About

Automatically exported from code.google.com/p/bnkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • HTML 0.4%