Description Usage Arguments Value
View source: R/bn_tabu_gen_1.R
Generates a subgraph from query nodes
1 | Batch_Net(bn_output, Node_ids, relationship_type = "nbr")
|
bn_output |
R object output from bn_tabu_gen function |
Node_ids |
vector containing the nodes for subgraph generation. |
relationship_type |
the relationship to be returned for the specified query nodes. The options are "mb", "nbr", "parents", "children". Default setting is "nbr". |
a subgraph containg the selected nodes and relationships.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.