predictBN | R Documentation |
Downscale with Bayesian Networks
predictBN(
cbn,
x,
y = NULL,
output = "probabilities",
prediction.type = "exact",
event = "1",
threshold.vector = NULL,
output.attr.evidence = FALSE,
cl = NULL,
stop.cluster = TRUE,
parallelize = FALSE,
n.cores = NULL,
cluster.type = "FORK"
)
cbn |
Climatic Bayesian Network, as returned by either
|
x |
may be output of prepareNewData for predictive non-past, NULL for a no-G dynamic CBN or a single dataset for a G dynamic CBN (i.e. dynamic CBN do not accept members). |
y |
Predictands |
output |
Options are: |
prediction.type |
Options are |
M.N. Legasa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.