sequentialGfaPrediction {GFA} | R Documentation |
Sequential prediction of new samples from observed data views to unobserved
Description
sequentialGfaPrediction
returns predictions for unobserved data
sources of a new set of data samples.
Usage
sequentialGfaPrediction(Y, model)
Arguments
Y |
The new data samples, in a similar format as in function
|
model |
The sampled model from function |
Value
A list containing the predictions, with the observed data sources empty. Additionally, sampling MSE is given as element 'mse', and likelihood as 'cost'.
[Package GFA version 1.0.5 Index]