powered by
Checks if the ``fixed`` input for ``callMDI`` has the expected properties.
checkFixedInput(fixed, N, V)
No return value, called for side effects.
$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 items being clustered.
The number of views being modelled.
N <- 100 V <- 3 fixed <- matrix(0, N, V) checkFixedInput(fixed, N, V)
Run the code above in your browser using DataLab