Description Usage Arguments Value
View source: R/predict_with_multitaskelasticnet.R
predict_with_multitaskelasticnet
predicts immune response using multi-task elastic net algorithm.
This algorithm employs model parameters learned during training on different types of data in
order to compute the immune response.
1 2 3 4 5 6 | predict_with_multitaskelasticnet(
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.