ncullen93 / pyBN

Bayesian Networks in Python
MIT License
146 stars 55 forks source link

major bn.data design change #13

Closed ncullen93 closed 8 years ago

ncullen93 commented 8 years ago

Remove bn.data structure and replace it with a numpy list of "Factor" objects.. they both hold the same information but the Factor object is much faster..

ncullen93 commented 8 years ago

write tests first

ncullen93 commented 8 years ago

stride needs to be part of self.data

ncullen93 commented 8 years ago

call it self.factors instead of self.data