#include <ChowLiuTree.h>
Public Member Functions | |
bool | is_root () |
bool | is_leaf () |
Public Attributes | |
int | id |
int | pid |
std::vector< int > | cids |
Eigen::MatrixXd | marginal |
Eigen::MatrixXd | conditional |
Eigen::MatrixXd | joint |
ChowLiuTreeNode A node in the chowliu tree
Definition at line 94 of file ChowLiuTree.h.