Menu

Tree [64cdcb] default tip /
 History

Read Only access


File Date Author Commit
 cmake 2010-10-05 natepak natepak [c0ab25] Initial commit
 data 2010-10-11 natepak natepak [460ff7] Update the cycle detector
 gui 2012-02-16 Nate Koenig Nate Koenig [64cdcb] Updates
 include 2012-02-16 Nate Koenig Nate Koenig [64cdcb] Updates
 nets 2010-10-15 natepak natepak [fecfcc] Adding profiling
 src 2012-02-16 Nate Koenig Nate Koenig [64cdcb] Updates
 test 2012-02-16 Nate Koenig Nate Koenig [64cdcb] Updates
 AUTHORS 2010-10-05 natepak natepak [c0ab25] Initial commit
 CMakeLists.txt 2012-02-16 Nate Koenig Nate Koenig [64cdcb] Updates
 COPYING 2010-10-05 natepak natepak [c0ab25] Initial commit
 README 2010-10-05 natepak natepak [c0ab25] Initial commit
 config.h.in 2010-10-05 natepak natepak [c0ab25] Initial commit
 engine9_pkgconfig.cmake 2010-10-05 natepak natepak [c0ab25] Initial commit

Read Me

Engine 9: Bayesian Network Library
================================================================================

This is a C++ Bayesian network library, including support for inference,
adding evidence, parameter learning, structure learning, and decision
networks. There is an associated graphical interface called
'conductor'.

Installation Notes
------------------

- Create build directory:
  $ mkdir build
  $ cd build

- Configure project:
  $ cmake ../

- Make project:
  $ make

- Install project:
  $ make install
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.