bmmalone / urlearning-cpp

This c++ project implements a number of algorithms for learning Bayesian network structures using state space search techniques.
MIT License
8 stars 4 forks source link

Specify arity of variables for calculating scores #25

Open bmmalone opened 7 years ago

bmmalone commented 7 years ago

Currently, the score program calculates variable arity by counting the number of distinct values from the input file. However, it can sometimes be helpful to manually specify the arity when the data does not contain all of the variable values.