britojr / BN_Solver

this is just a fork with some minor changes, please check the original work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BN_Solver

Install

This requires Boost, check installation instructions here

After boost libs are properly installed, move to CLI directory and run make to compile bnsolver

Compiling:

	cd CLI
	make help
	make CONF=Learner-Linux clean
	make CONF=Learner-Linux

Running:

	cd CLI/dist/Learner/GNU-Linux
	./bn_learning --help
	./bn_learning outfile.bnet --dataset data.csv

About

this is just a fork with some minor changes, please check the original work


Languages

Language:C++ 68.7%Language:Java 17.4%Language:Makefile 12.3%Language:Shell 1.4%Language:PHP 0.1%