Skip to content

benihana/DpBayesianNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DpBayesianNet

C liblary of the Bayesian network including learning algorithm which was optimized by dynamic programming of Silander and Myllymaki(2006).

LICENSE: New BSD
MAXIMUM NUMBER OF NODE:16

Install

You require cmake

[Case of FreeBSD]
1.Input this following on shell.

cmake .     # (Be careful dot.)
make && make install

[Case of MinGW on Windows]
1.Input this following on command prompt.

PATH=C:\MinGW\bin;%PATH%
cmake -G "MinGW Makefiles"
(input one more)
cmake -G "MinGW Makefiles"
mingw32-make

2.Add "libdpBayesianNet.a" and "dpBayesianNetwork.h" , "laa.h" to your project.

Usage

Read dpBayesianNetwork.h and example.c

About

Cross platform C liblary of the Bayesian network including learning algorithm which was optimized by dynamic programming of Silander and Myllymaki(2006).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published