Learn R Programming

WOTPLY (version 0.1.0)

select_top_weights: select_top_weights

Description

select_top_weights

Usage

select_top_weights(transition_matrix, top_link = NULL)

Value

A matrix

Arguments

transition_matrix

Output from get_transition_matrix.

top_link

Integer.Maximum number of links to select between clusters at time t and clusters at time t+1. Links are sorted according to the weight and then only the top_link are kept. If NULL (default), all the links are kept.