abnCache.asia | R Documentation |
This list contains a cache of pre-computed scores with a maximum of two/four parents per node for the asia dataset.
abnCache.2par.asia
abnCache.4par.asia
The lists are objects of class abnCache
and contain a cache of pre-computed scores with a maximum of two parents (of four parents) per node using buildScoreCache from the abn
R package.
abnCache.2par.asia
: list of 14 containing a cache of score with a maximum of two parents per node.
abnCache.4par.asia
: list of 14 containing a cache of score with a maximum of four parents per node.
mcmc.2par.asia
,asia
## The object was generated using the following code:
## Not run:
require("abn")
abnCache.2par.asia <- buildScoreCache(data.df = asia,
data.dists = dist.asia, max.parents = 2)
abnCache.4par.asia <- buildScoreCache(data.df = asia,
data.dists = dist.asia, max.parents = 4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.