Skip to content

Commit

Permalink
Merge pull request #328 from tidymodels/docs-undeclared-refs
Browse files Browse the repository at this point in the history
remove xrefs to undeclared packages
  • Loading branch information
hfrick authored Mar 14, 2024
2 parents eaff956 + 3247aa6 commit 989c43d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/param_initial_umap.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' This parameter is the type of initialization for the UMAP coordinates. Can be
#' one of `"spectral"`, `"normlaplacian"`, `"random"`, `"lvrandom"`,
#' `"laplacian"`, `"pca"`, `"spca"`, or `"agspectral"`. See [uwot::umap()] for
#' `"laplacian"`, `"pca"`, `"spca"`, or `"agspectral"`. See `uwot::umap()` for
#' more details.
#'
#' @param values A character string of possible values. See `values_initial_umap`
Expand Down
4 changes: 2 additions & 2 deletions R/param_target_weight.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#' Amount of supervision parameter
#'
#' For [uwot::umap()] and [embed::step_umap()], this is a weighting factor
#' For `uwot::umap()` and `embed::step_umap()`, this is a weighting factor
#' between data topology and target topology. A value of 0.0 weights entirely
#' on data, a value of 1.0 weights entirely on target. The default of 0.5
#' balances the weighting equally between data and target.
#'
#' @inheritParams Laplace
#'
#' @details
#' This parameter is used in `recipes` via [embed::step_umap()].
#' This parameter is used in `recipes` via `embed::step_umap()`.
#'
#' @examples
#' target_weight()
Expand Down
2 changes: 1 addition & 1 deletion man/initial_umap.Rd

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

4 changes: 2 additions & 2 deletions man/target_weight.Rd

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

0 comments on commit 989c43d

Please sign in to comment.