View source: R/NET_manipulation_func.R
parent_sets_sum_scores_childrenX | R Documentation |
parent_sets_sum_scores_childrenX
This function determines the sum of BGe
scores of given node's children.
parent_sets_sum_scores_childrenX( parent_set_combinations, selected_node, children_selected_node, child_order, dag_tmp_bn, new_parent_set, source_net_adjacency, BGe_score_all_configs_node )
parent_set_combinations |
list of all possible parent set configuration for all nodes available. |
selected_node |
character vector with given node name. |
children_selected_node |
character vector with children of selected_node in given network structure. |
child_order |
numeric vector random order of children_selected_node. |
dag_tmp_bn |
object of class bn reflecting given network structure. |
new_parent_set |
logical asking whether to define new parent set for selected_node. |
source_net_adjacency |
adajcency matrix of given network. |
BGe_score_all_configs_node |
list of nodes BGe score for all possible parent set configurations. |
List of 3 elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.