maxflow: Maxflow algorithm

View source: R/RcppExports.R

maxflowR Documentation

Maxflow algorithm

Description

Run the maxflow algorithm.

Usage

maxflow(A, As, At)

Arguments

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.

Value

A list with vector indicating if the feature was selected and the objective score.


hclimente/martini documentation built on Feb. 26, 2024, 6:23 p.m.