nodeSampling_fit {missSBM} | R Documentation |
Class for fitting a node sampling
Description
Class for fitting a node sampling
Class for fitting a node sampling
Super classes
missSBM::networkSampling
-> missSBM::networkSamplingNodes_fit
-> nodeSampling_fit
Active bindings
vExpec
variational expectation of the sampling
Methods
Public methods
Inherited methods
Method new()
constructor
Usage
nodeSampling_fit$new(partlyObservedNetwork, ...)
Arguments
partlyObservedNetwork
a object with class partlyObservedNetwork representing the observed data with possibly missing entries
...
used for compatibility
Method clone()
The objects of this class are cloneable with this method.
Usage
nodeSampling_fit$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package missSBM version 1.0.4 Index]