maxflow {martini} | 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.