transformNetwork: Add TPBN parameters to a BoolNet network.

Description Usage Arguments Value See Also Examples

Description

Add perturbation probability, threshold parameters, and Boolean functions to the network, to turn it into a TPBN.

Usage

1
transformNetwork(net, p = 0.01)

Arguments

net

A network generated by createNetwork.

p

Noise strength.

Value

A threshold PBN.

See Also

createNetwork A aToFunction

Examples

1
2
3
# Create a BoolNet network and transform it.
net <- generateRandomNKNetwork(5, 2, "homogeneous")
net <- transformNetwork(net)

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