getAllEdges: Edges representing the largest model.
Description
When creating the LatentForests object a set of edges representing the
largest model is required. This function returns those edges as a matrix.
This matrix will have edges in the same order but may have flipped which
node comes first in any particular edge. That is if edge (1,4) was the
5th edge then it will remain the 5th edge but may now be of the form (4,1).
Usage
getAllEdges(this, model)
"getAllEdges"(this, model)
Arguments
this
the LatentForests object.