C++ function to perform MCMC sampling for MDI.
runMDI(
R,
thin,
Y,
K,
mixture_types,
outlier_types,
labels,
fixed,
proposal_windows
)
Named list of the different quantities drawn by the sampler.
The number of iterations to run for.
thinning factor for samples recorded.
The list of data matrices to perform integrative clustering upon with items to cluster in rows.
Vector of the number of components to model in each view. This is the upper limit on the number of clusters that can be found.
Character vector of densities used in each view
Character vector of outlier components used in each view ('MVT' or 'None').
Matrix item labels to initialise from. Rows correspond to the items being clustered, columns to views.
Binary matrix of the items that are fixed in their initial label.
List/field of vectors