Description Details Slots Methods
An edge in an DDGraph
This class represents an edge in an Direct Dependence Graph. It is normally found in the
DDGraph::edges
list. It records the source and target nodes for the edge, the
edge type, as well as the conditional independence tests it represents.
fromInx
:(numeric
) the index of the first variable from which the edge goes
fromName
:(character
) the name of the first variable from which the edge goes
toInx
:(numeric
) the index of the second variable to which the edge goes
toName
:(character
) the name of the second variable to which the edge goes
ciTests
:(list
) a list of associated CITestResult
objects
type
:(character
) type of edge: "directed", "undirected", "bidirectional", "dashed"
show
signature(object = "DDGraphEdge")
: show method for DDGraphEdge
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.