Class for defining a snowball sampler
Class for defining a snowball sampler
Class for defining a snowball sampler
missSBM::networkSampling
-> missSBM::networkSampler
-> missSBM::nodeSampler
-> snowballSampler
new()
constructor for networkSampling
snowballSampler$new(parameters = NA, adjacencyMatrix = NA, directed = FALSE)
parameters
: the vector of parameters associated to the sampling at play
adjacencyMatrix
: the adjacency matrix of the network
directed
: logical, directed network of not
clone()
The objects of this class are cloneable with this method.
snowballSampler$clone(deep = FALSE)
deep
: Whether to make a deep clone.