scorespace class {BiDAG} | R 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
[Package BiDAG version 2.1.4 Index]