| DcSbmFit-class | R Documentation |
An S4 class to represent a fit of a degree corrected stochastic block model for co_clustering, extend IclFit-class.
modela DcSbm-class object to store the model fitted
namegenerative model name
iclicl value of the fitted model
Knumber of extracted clusters over row and columns
cla numeric vector with row and columns cluster indexes
obs_statsa list with the following elements:
counts: numeric vector of size K with number of elements in each clusters
din: numeric vector of size K which store the sums of in-degrees for each clusters
dout: numeric vector of size K which store the sums of out-degrees for each clusters
x_counts: matrix of size K*K with the number of links between each pair of clusters
obs_stats_csta list with the following elements:
din_node: node in-degree, a vector of size N
dout_node: node in-degree vector of size N
move_matbinary matrix which store move constraints
train_histdata.frame with training history information (details depends on the training procedure)
coef,DcSbmFit-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.