maxflow | R Documentation |
Run the maxflow algorithm.
maxflow(A, As, At)
A |
A sparse matrix with the connectivity. |
As |
A vector containing the edges to the source. |
At |
A vector containing the edges to the sink. |
A list with vector indicating if the feature was selected and the objective score.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.