CombinedModelsFit-class {greed} | R Documentation |
Combined Models fit results class
Description
An S4 class to represent a fit of a degree corrected stochastic block model for co_clustering, extend IclFit-class
.
Slots
model
a
DcSbm-class
object to store the model fittedname
generative model name
icl
icl value of the fitted model
K
number of extracted clusters over row and columns
cl
a numeric vector with row and columns cluster indexes
obs_stats
a list with the following elements:
move_mat
binary matrix which store move constraints
train_hist
data.frame with training history information (details depends on the training procedure)
See Also
extractSubModel,CombinedModelsPath,character-method
[Package greed version 0.6.1 Index]