Skip to contents

Calculate the description length associated with the current block partition and type of degree correction.

Usage

calculate_dl(graph, partition, degree_correction = FALSE)

Arguments

graph

An igraph graph.

partition

Vector of integer values giving the block membership of each vertex

degree_correction

Whether to use degree correction in the calculation.

Value

Description length value (numeric) for the given graph and partition.