Description Usage Arguments Examples
This function allows you to compute the score of a previously learned graph.
1 2 3 4 5 | score.graph(
g,
test.df,
from = c("auto", "adjacency", "edges", "graph", "igraph", "bnlearn")
)
|
g |
Graph object. |
test.df |
Test dataset. |
from |
Input format (optional): 'auto', 'adjacency', 'edges', 'graph', 'igraph', or 'bnlearn'. Default: 'auto' |
1 | score.graph(g, test.df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.