Description Usage Arguments Value
View source: R/predict_with_bemkl.R
predict_with_bemkl
predicts immune response using bayesian efficient multi-kernel algorithm.
This algorithm employs model parameters learned during training on different types of data in
order to compute the immune response.
1 | predict_with_bemkl(view_name, view_info, view_data, learned_model)
|
view_name |
input view name |
view_info |
input view information of its composition. |
view_data |
input view data as a list. Each item of the list correponds to a certain view. |
learned_model |
parameters learned during training with cross-validation. |
A matrix with the predictions obtained by applying the model on the view input data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.