create_blacklist: Creates the blacklist of arcs from a folded data.table

View source: R/structure_learning_dmmhc.R

create_blacklistR Documentation

Creates the blacklist of arcs from a folded data.table

Description

This will create the blacklist of arcs that are not to be learned in the second phase of the dmmhc. This includes arcs backwards in time or inside time-slices.

Usage

create_blacklist(name, size, acc = NULL, slice = 1)

Arguments

name

the names of the first time slice, ended in _t_0

size

the number of time slices of the net. Markovian 1 would be size 2

acc

accumulator of the results in the recursion

slice

current time slice that is being processed

Value

the two column matrix with the blacklisted arcs


dbnR documentation built on Oct. 5, 2022, 1:07 a.m.