scorespaceclass: scorespace class structure

scorespace classR Documentation

scorespace class structure

Description

The structure of an object of S3 class scorespace.

Details

An object of class scorespace is a list containing at least the following components:

  • adjacency: adjacency martrix representing the core search space

  • blacklist: adjacency martrix representing the blacklist used for computing score tables tables

  • tables: a list of matrices (for core search space) or a list of lists of matrices (for extended search space) containing quantities needed for scoring orders and sampling DAGs in MCMC schemes; this list corresponds to adjacency and blacklist

Author(s)

Polina Suter


BiDAG documentation built on May 31, 2023, 6:46 p.m.

Related to scorespaceclass in BiDAG...