cforde | R Documentation |
Compute conditional circuit parameters
cforde(
params,
evidence,
row_mode = c("separate", "or"),
nomatch = c("force", "na"),
verbose = TRUE,
stepsize = 0,
parallel = TRUE
)
params |
Circuit parameters learned via |
evidence |
Data frame of conditioning event(s). |
row_mode |
Interpretation of rows in multi-row conditions. |
nomatch |
What to do if no leaf matches a condition in |
verbose |
Show warnings, e.g. when no leaf matches a condition? |
stepsize |
Stepsize defining number of condition rows handled in one for each step. |
parallel |
Compute in parallel? Must register backend beforehand, e.g.
via |
List with conditions (evidence_input
), prepared conditions (evidence_prepped
)
and leaves that match the conditions in evidence with continuous data (cnt
)
and categorical data (cat
) as well as leaf info (forest
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.