neighbourhoodSize: Neighbourhood size.

Description Usage Arguments Value Examples

View source: R/properties.R

Description

Computes the number of DAGs that can be reach by adding, removing or reversing the direction (?) of a single arc

Usage

1

Arguments

x

An object of class parental

Value

The size of the neighbourhood (an integer)

Examples

1
2
x <- bn(c(), c(3), c(1), c(1, 2))
neighbourhoodSize(x)

rjbgoudie/parental documentation built on May 27, 2019, 9:11 a.m.