Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tauKmeansSbm

k-means for SBM


Description

k-means for SBM

Usage

tauKmeansSbm(statistics, n, Q, directed)

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

Value

Initial values for τ

Examples

n <- 50
Q <- 3

Dmax <- 2^3

Nijk <- statistics(generated_Q3$data,n,Dmax,directed=FALSE)

tau <- tauKmeansSbm(Nijk,n,Q,FALSE)

ppsbm

Clustering in Longitudinal Networks

v0.2.2
GPL (>= 2)
Authors
D. Giorgi, C. Matias, T. Rebafka, F. Villers
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.