Compute KL divergence of all directional variables
1 | compute_directional_KL(model_p, model_q, cluster_p, cluster_q)
|
1 2 3 4 5 | vM_p <- model
vM_q <- model
cluster_p <- 1
cluster_q <- 2
compute_directional_KL(vM_p,vM_q)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.