Description Usage Arguments Value Author(s) See Also
View source: R/closest.transitive.greedy.R
First, from the original graph Φ spurious edges are pruned via
prune.graph
. Then the new graph Φ' is transitively
closed. Afterwards, the algorithms successively introduces new edges
minimizing the distance to the original graph (defined as
∑_{ij} |Φ_{ij} - Φ'_{ij}|) most. After each edge
addition the graph is transitively closed again.
1 | closest.transitive.greedy(Phi, verbose=TRUE)
|
Phi |
adjacency matrix |
verbose |
do you want to see progress statements printed or not? Default: TRUE |
adjacency matrix
Holger Froehlich
prune.graph
, transitive.closure
, transitive.reduction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.