For V views, generate initial labels allowing for both semi-supervised and unsupervised views.
generateInitialLabels(labels, fixed, K, alpha, labels_as_intended = FALSE)
An N vector of labels.
$N x V$ matrix of initial labels. The actual values passed only matter for semi-supervised views (i.e. the views for which some labels are observed).
$N x V$ matrix indicating which labels are observed and hence fixed. If the vth column has no 1's then this view is unsupervised.
The number of components modelled in each view.
The concentration parameter (vector).
Logical indicating if ``labels`` is the intended output.