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)
} 
bartzbeielstein/SPOT documentation built on June 13, 2020, 5:58 p.m.