computeBicliques: Identify bicliques.

Description Usage Arguments

Description

This function identifies the maximal bicliques in a give bipartite graph. It was obtained from http://stackoverflow.com/a/31048125/4556798 on 1 September 2015.

Usage

1
computeBicliques(graph, k = 2, l = 2)

Arguments

graph

A bipartite graph.

k

Integer; the minimum number of nodes of type FALSE. Defaults to 2.

l

Integer; the minimum number of nodes of type TRUE. Defaults to 2.


corybrunson/missing documentation built on May 13, 2019, 10:52 p.m.