Causlist {dbnR}R Documentation

R6 class that defines causal lists in the PSO

Description

Constructor of the 'Causlist' class

Arguments

ordering

a vector with the names of the nodes in t_0

size

number of timeslices of the DBN

Details

The causal lists will be the base of the positions and the velocities in the pso part of the algorithm.

Value

A new 'causlist' object

Fields

cl

List of causal units

size

Size of the DBN

ordering

String vector defining the order of the nodes in a timeslice


[Package dbnR version 0.7.8 Index]