50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

gMCP (version 0.8-5)

substituteEps: Substitute Epsilon

Description

Substitute Epsilon with a given value.

Usage

substituteEps(graph, eps=10^(-3))

Arguments

graph
A graph of class graphMCP or class entangledMCP.
eps
A numeric scalar specifying a value for epsilon edges.

Value

  • A graph where all epsilons have been replaced with the given value.

Details

For details see the given references.

See Also

graphMCP, entangledMCP

Examples

Run this code
graph <- improvedParallelGatekeeping()
graph
substituteEps(graph, eps=0.01)

Run the code above in your browser using DataLab