godai0519 / BayesianNetwork

An implementation of Bayesian Networks Model for pure C++14 (11) later, including probability inference and structure learning method.
MIT License
39 stars 10 forks source link

division of bn::vertex_t into bn::cpt and bn::node_t #19

Closed godai0519 closed 7 years ago

godai0519 commented 8 years ago

Take the CPT out from vertex_t.

CPTを頂点のオブジェクトから切り離す. 平行操作ができないこと,コピーコストなど.