R/infillGetFullPrediction.R

Defines functions infillGetFullPrediction

Documented in infillGetFullPrediction

#' infillGetFullPrediction
#'
#' Wrapper to get the full model Prediction instead of just one target for plotting purposes.
#'
#' @param predictionList The results of a predict.model call
#' @param model The surrogate model which was used for the prediction
#'
#' @return list, full model prediction
#' @keywords internal
infillGetFullPrediction <- function(predictionList, model){
    return(predictionList)
} 

Try the SPOT package in your browser

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

SPOT documentation built on June 26, 2022, 1:06 a.m.