predict_with_bemkl: Make predictions using BEMKL

Description Usage Arguments Value

View source: R/predict_with_bemkl.R

Description

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.

Usage

1
predict_with_bemkl(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.