R6 class for normal-block model with known block
Source:R/NB_fixed_blocks-Class.R
NB_fixed_blocks.Rd
R6 class for normal-block model with known block
R6 class for normal-block model with known block
Super class
normalblockr::NB
-> NB_fixed_blocks
Active bindings
posterior_par
a list with the parameters of posterior distribution W | Y
entropy
Entropy of the conditional distribution
fitted
Y values predicted by the model
who_am_I
a method to print what model is being fitted
Methods
Method new()
Create a new [`NB_fixed_blocks`] object.
Usage
NB_fixed_blocks$new(data, C, sparsity = 0, control = NB_control())