| grad_theta_weighted_stat_undir | R Documentation |
The C++ function grad_theta_weighted_stat_undir() updates the gradient function when the number of clusters is greater than or equal to 2 in a weighted static binary undirected network.
grad_theta_weighted_stat_undir(theta, gamma, adjmat, N, K)
theta |
Vector of current |
gamma |
Vector of current |
adjmat |
Array of a network adjacency matrices. |
N |
Number of nodes. |
K |
Number of clusters. |
Returns the gradient vector of ELBO with respect to theta parameters for Newton-Raphson update in the M-step.
Authors: Amal Agarwal, Lingzhou Xue
Maintainer: Yinqi Zhang <ybz5148@psu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.