abnCache_asia: Cache of pre-computed scores related to the asia dataset

abnCache.asiaR Documentation

Cache of pre-computed scores related to the asia dataset

Description

This list contains a cache of pre-computed scores with a maximum of two/four parents per node for the asia dataset.

Usage

abnCache.2par.asia
abnCache.4par.asia

Format

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.

See Also

mcmc.2par.asia,asia

Examples

## 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)

mcmcabn documentation built on Sept. 28, 2023, 5:08 p.m.