hrg.predict | R Documentation |
hrg.predict()
was renamed to predict_edges()
to create a more
consistent API.
hrg.predict(
graph,
hrg = NULL,
start = FALSE,
num.samples = 10000,
num.bins = 25
)
graph |
The graph to fit the model to. Edge directions are ignored in directed graphs. |
hrg |
A hierarchical random graph model, in the form of an
|
start |
Logical, whether to start the fitting/sampling from the
supplied |
num.samples |
Number of samples to use for consensus generation or missing edge prediction. |
num.bins |
Number of bins for the edge probabilities. Give a higher number for a more accurate prediction. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.