From 84a38921c33bb6a5c781ab3c0d12b43faa03bb81 Mon Sep 17 00:00:00 2001 From: danielMaar <70383336+D-Maar@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:06:54 +0200 Subject: [PATCH] added description for previous change --- R/cnn.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/cnn.R b/R/cnn.R index fb74fc2..df7d527 100644 --- a/R/cnn.R +++ b/R/cnn.R @@ -287,6 +287,7 @@ cnn <- function(X, #' @param newdata new data for predictions #' @param type which value should be calculated, either raw response, output of link function or predicted class (in case of classification) #' @param device device on which network should be trained on. +#' @para, eval_mode boolean; whether model should be switched to evaluation mode #' @param batchsize number of samples that are predicted at the same time #' @param ... additional arguments #' @return prediction matrix