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

sortIntensities

Sort intensities


Description

Sort intensities associated with hat.z "in the same way" as the original intensities associated with z by permutation of rows

Usage

sortIntensities(intensities, z, hat.z, directed)

Arguments

intensities

Intensities α

z

Matrice of size Q \times n

hat.z

Matrice of size Q \times n

directed

Boolean for directed (TRUE) or undirected (FALSE) case

References

HUBERT, L. & ARABIE, P. (1985). Comparing partitions. J. Classif. 2, 193–218.

MATIAS, C., REBAFKA, T. & VILLERS, F. (2018). A semiparametric extension of the stochastic block model for longitudinal networks. Biometrika.

Examples

z <- matrix(c(1,1,0,0,0,0, 0,0,1,1,0,0, 0,0,0,0,1,1), nrow = 3, byrow = TRUE)
hat.z <- matrix(c(0,0,1,1,0,0, 1,1,0,0,0,0, 0,0,0,0,1,1), nrow = 3, byrow = TRUE)

intens <- matrix(c(1,1,1,2,2,2,3,3,3),9)

sortIntensities(intens,z,hat.z, TRUE)

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.