-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
Cran v0.3.1
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#' @field dtype (`character(1)`)\cr | ||
#' The data type for the calculations. Either `'float'` for | ||
#' [torch_float] or `'double'` for [torch_double].\cr | ||
#' \code{\link[torch]{torch_float}} or `'double'` for | ||
#' \code{\link[torch]{torch_double}}.\cr |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#' @param data_ref ([`array`], [`data.frame`] or [`torch_tensor`])\cr | ||
#' @param data_ref ([`array`], [`data.frame`] or \code{\link[torch]{torch_tensor}})\cr | ||
#' The dataset to which the method is to be applied. These must | ||
#' have the same format as the input data of the passed model and has to | ||
#' be either [`matrix`], an [`array`], a [`data.frame`] or a | ||
#' [`torch_tensor`].\cr | ||
#' \code{\link[torch]{torch_tensor}}.\cr | ||
#' **Note:** For the model-agnostic methods, only models with a single | ||
#' input and output layer is allowed!\cr |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#' @param dtype (`character(1)`)\cr | ||
#' The data type for the calculations. Use | ||
#' either `'float'` for [torch_float] or `'double'` for | ||
#' [torch_double].\cr | ||
#' either `'float'` for \code{\link[torch]{torch_float}} or `'double'` for | ||
#' \code{\link[torch]{torch_double}}.\cr |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.