#include <ChowLiuTree.h>
Public Member Functions | |
bool | is_leaf () |
bool | is_root () |
Public Attributes | |
std::vector< int > | cids |
Eigen::MatrixXd | conditional |
int | id |
Eigen::MatrixXd | joint |
Eigen::MatrixXd | marginal |
int | pid |
ChowLiuTreeNode A node in the chowliu tree
Definition at line 94 of file ChowLiuTree.h.
bool isam::ChowLiuTreeNode::is_leaf | ( | ) | [inline] |
Definition at line 106 of file ChowLiuTree.h.
bool isam::ChowLiuTreeNode::is_root | ( | ) | [inline] |
Definition at line 105 of file ChowLiuTree.h.
std::vector<int> isam::ChowLiuTreeNode::cids |
Definition at line 100 of file ChowLiuTree.h.
Eigen::MatrixXd isam::ChowLiuTreeNode::conditional |
Definition at line 102 of file ChowLiuTree.h.
Definition at line 98 of file ChowLiuTree.h.
Eigen::MatrixXd isam::ChowLiuTreeNode::joint |
Definition at line 103 of file ChowLiuTree.h.
Eigen::MatrixXd isam::ChowLiuTreeNode::marginal |
Definition at line 101 of file ChowLiuTree.h.
Definition at line 99 of file ChowLiuTree.h.