infer_from_start_net: Apply Structure Inference from a Starting Net

Description Usage Arguments

Description

Applies a structure inference algorithm given a starting net.

Usage

1
2
infer_from_start_net(net, algorithm, algorithm.args, m = NULL,
  int_array = NULL)

Arguments

net

A starting net

algorithm

character string for the structure inference algorithm to be applied.

algorithm.args

named list of the arguments to be passed to the algorithm.

m

a positive integer, the size of each bootstrap replicate.

int_array

provided only if using the "mbde" score for causal inference, provide a character array where each element corresponds to a row in the dataframe, and whose value is the name of the feature that was subject to intervention in that row.


robertness/bninfo documentation built on May 27, 2019, 10:32 a.m.