greedy_decom: Greedy Algorithm to Find a Biclique

greedy_decomR Documentation

Greedy Algorithm to Find a Biclique

Description

This function returns a biclique in a null-exposure graph using a greedy algorithm. The minimum number of focal assignments in the biclique is num_ass.

Usage

greedy_decom(ne, num_ass)

Arguments

ne

The null-exposure graph

num_ass

Controls the minimum number of focal assignments in the biclique found by the algorithm (algorithm runtime is sensitive to this value).

Value

A biclique of the input null-exposure graph ne.


dpuelz/CliqueRT documentation built on Jan. 6, 2023, 11:20 p.m.