predict_with_multitaskelasticnet: Make predictions using multi-task elastic net

Description Usage Arguments Value

View source: R/predict_with_multitaskelasticnet.R

Description

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.

Usage

1
2
3
4
5
6
predict_with_multitaskelasticnet(
  view_name,
  view_info,
  view_data,
  learned_model
)

Arguments

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.

Value

A matrix with the predictions obtained by applying the model on the view input data


olapuentesantana/easier_manuscript documentation built on Sept. 22, 2021, 9:42 p.m.