Skip to content

Commit

Permalink
::doc()
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Nov 25, 2024
1 parent 3f6768e commit ba237a6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
12 changes: 6 additions & 6 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ S3method(modelExtract,rxode2)
S3method(plot,rxSolve)
S3method(plot,rxSolveConfint1)
S3method(plot,rxSolveConfint2)
S3method(predict,"function")
S3method(predict,rxEt)
S3method(predict,rxParams)
S3method(predict,rxSolve)
S3method(predict,rxUi)
S3method(predict,rxode2)
S3method(print,boundInits)
S3method(print,boundParams)
S3method(print,rxC)
Expand Down Expand Up @@ -467,12 +473,6 @@ export(model)
export(modelExtract)
export(odeMethodToInt)
export(phi)
export(predict.function)
export(predict.rxEt)
export(predict.rxParams)
export(predict.rxSolve)
export(predict.rxUi)
export(predict.rxode2)
export(probit)
export(probitInv)
export(probitNormInfo)
Expand Down
2 changes: 2 additions & 0 deletions R/elu.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#' @family Activation Functions
#' @param x A numeric vector. All elements must be finite and
#' non-missing.
#' @param alpha A numeric scalar. All elements must be finite and
#' non-missing.
#' @return A numeric vector where the ReLU function has been applied
#' to each element of `x`.
#' @author Matthew Fidler
Expand Down
3 changes: 3 additions & 0 deletions man/ELU.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/dPReLU.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions man/rxSolve.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba237a6

Please sign in to comment.