Calculate the expected adjacency matrix
expectation(model, ...)# S3 method for undirected_factor_model
expectation(model, ...)
# S3 method for directed_factor_model
expectation(model, ...)
The expected value of the adjacency matrix, conditional on the
latent factors X
and Y
(if the model is directed).
A directed_factor_model()
or an undirected_factor_model()
object.
Unused.