tauKmeansSbm: k-means for SBM
Description
k-means for SBM
Usage
tauKmeansSbm(statistics, n, Q, directed)
Value
Initial values for \(\tau\)
Arguments
- statistics
Statistics matrix \(N_{ijk}\), counting the events for the nodes pair \((i,j)\) during the subinterval \(k\)
- n
Total number of nodes \(n\)
- Q
Total number of groups \(Q\)
- directed
Boolean for directed (TRUE) or undirected (FALSE) case