| blockNodeSampler {missSBM} | R Documentation |
Class for defining a block node sampler
Description
Class for defining a block node sampler
Class for defining a block node sampler
Super classes
missSBM::networkSampling -> missSBM::networkSampler -> missSBM::nodeSampler -> blockNodeSampler
Methods
Public methods
Inherited methods
Method new()
constructor for networkSampling
Usage
blockNodeSampler$new( parameters = NA, nbNodes = NA, directed = FALSE, clusters = NA )
Arguments
parametersthe vector of parameters associated to the sampling at play
nbNodesnumber of nodes in the network
directedlogical, directed network of not
clustersa vector of class memberships
Method clone()
The objects of this class are cloneable with this method.
Usage
blockNodeSampler$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package missSBM version 1.0.4 Index]