cg_topics: Compute the center of gravity of the clusters
Description
This function computes the center of gravity for each cluster
by taking weighted mean of each component of features where the weights
are determined from the theta matrix of the topic model fit.
Usage
cg_topics(theta, feature.comp)
Arguments
theta
The cluster probability distribution/theta matrix obtained
from the GoM model fitting (it is a G x K matrix where G is number
of features, K number of topics)
feature.comp
the numeric matrix (G x L) comprising of values
for each feature g and feature metadata l.
Value
Returns a matrix of cluster centers of gravity for the L
feature metadata.