out_greedy_decom: Greedy Algorithm to Find a Biclique

View source: R/functions_graph.R

out_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

out_greedy_decom(NEgraph, num_ass)

Arguments

NEgraph

The null-exposure graph we want to decompose.

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 NEgraph.


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