Engine9 Code
Brought to you by:
natepak
| File | Date | Author | Commit |
|---|---|---|---|
| cmake | 2010-10-05 |
|
[c0ab25] Initial commit |
| data | 2010-10-11 |
|
[460ff7] Update the cycle detector |
| gui | 2012-02-16 |
|
[64cdcb] Updates |
| include | 2012-02-16 |
|
[64cdcb] Updates |
| nets | 2010-10-15 |
|
[fecfcc] Adding profiling |
| src | 2012-02-16 |
|
[64cdcb] Updates |
| test | 2012-02-16 |
|
[64cdcb] Updates |
| AUTHORS | 2010-10-05 |
|
[c0ab25] Initial commit |
| CMakeLists.txt | 2012-02-16 |
|
[64cdcb] Updates |
| COPYING | 2010-10-05 |
|
[c0ab25] Initial commit |
| README | 2010-10-05 |
|
[c0ab25] Initial commit |
| config.h.in | 2010-10-05 |
|
[c0ab25] Initial commit |
| engine9_pkgconfig.cmake | 2010-10-05 |
|
[c0ab25] Initial commit |
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