aToFunction: Turn threshold parameters into Boolean functions.

Description Usage Arguments Value Examples

Description

Take a network with a set of threshold parameters and compute the correct Boolean functions belonging to these parameters.

Usage

1

Arguments

net

A network which has threshold parameters.

Value

A Network with logic functions associated.

Examples

1
2
3
net <- generateRandomNKNetwork(5, 2, "homogeneous")
net <- A(net)
net <- aToFunction(net)

davidkwca/inferTPBN documentation built on May 9, 2019, 12:53 p.m.