tauDown {noisySBM} | R Documentation |
Create new initial values by merging pairs of groups of provided tau
Description
Create nbOfMerges new initial values by merging nbOfMerges (or all possible) pairs of groups of provided tau
Usage
tauDown(tau, nbOfMerges)
Arguments
tau |
soft node clustering |
nbOfMerges |
number of required merges of blocks |
Value
a list of length nbOfMerges (at most) of initial points for tau
[Package noisySBM version 0.1.4 Index]