R/model_predict_doc.R

#' Model prediction
#'
#' Apply a model using the input DatasetExperiment. Assumes the model is trained
#' first.
#' @param M a model object
#' @param D a DatasetExperiment object
#' @return Returns a modified model object
#' @examples
#' M = example_model()
#' M = model_predict(M,iris_DatasetExperiment())
#' @name model_predict
NULL

Try the structToolbox package in your browser

Any scripts or data that you put into this service are public.

structToolbox documentation built on Nov. 8, 2020, 6:54 p.m.