Class for defining a block dyad sampler
Class for defining a block dyad sampler
Class for defining a block dyad sampler
missSBM::networkSampling
-> missSBM::networkSampler
-> missSBM::dyadSampler
-> blockDyadSampler
df
: the number of parameters of this sampling
new()
constructor for networkSampling
blockDyadSampler$new(
parameters = NA,
nbNodes = NA,
directed = FALSE,
clusters = NA
)
parameters
: the vector of parameters associated to the sampling at play
nbNodes
: number of nodes in the network
directed
: logical, directed network of not
clusters
: a vector of class memberships
clone()
The objects of this class are cloneable with this method.
blockDyadSampler$clone(deep = FALSE)
deep
: Whether to make a deep clone.