Description Usage Arguments Functions Examples
Functions for inspecting a bnc_bn
object. In addition, you can
query this object with the functions documented in
inspect_bnc_dag
.
1 2 3 4 5 6 7 8 9 10 11 | nparams(x)
manb_arc_posterior(x)
awnb_weights(x)
params(x)
values(x)
classes(x)
|
x |
The |
nparams
: Returns the number of free parameters in the model.
manb_arc_posterior
: Returns the posterior of each arc from the class
according to the MANB method.
awnb_weights
: Returns the AWNB feature weights.
params
: Returns the list of CPTs, in the same order as vars
.
values
: Returns the possible values of each variable, in the same order as vars
.
classes
: Returns the possible values of the class variable.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.