Learn R Programming

mdir (version 0.9.0)

runMDI: Call Multiple Dataset Integration

Description

C++ function to perform MCMC sampling for MDI.

Usage

runMDI(
  R,
  thin,
  Y,
  K,
  mixture_types,
  outlier_types,
  labels,
  fixed,
  proposal_windows
)

Value

Named list of the different quantities drawn by the sampler.

Arguments

R

The number of iterations to run for.

thin

thinning factor for samples recorded.

Y

The list of data matrices to perform integrative clustering upon with items to cluster in rows.

K

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.

mixture_types

Character vector of densities used in each view

outlier_types

Character vector of outlier components used in each view ('MVT' or 'None').

labels

Matrix item labels to initialise from. Rows correspond to the items being clustered, columns to views.

fixed

Binary matrix of the items that are fixed in their initial label.

proposal_windows

List/field of vectors