Skip to content

Commit

Permalink
added description for previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Maar authored Apr 18, 2024
1 parent b47d489 commit 84a3892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/cnn.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84a3892

Please sign in to comment.