Bug when defining an SBM object
Closed this issue · 0 comments
Demiperimetre commented
THe following code does not work properly
A <- matrix(rbinom(100,1,.2),10,10)
type <- "simple"
mySBM <- SimpleSBM_fit$new(A, "poisson",directed=FALSE)
Closed this issue · 0 comments
THe following code does not work properly
A <- matrix(rbinom(100,1,.2),10,10)
type <- "simple"
mySBM <- SimpleSBM_fit$new(A, "poisson",directed=FALSE)