Skip to content

Commit 4531e93

Browse files
fixed doc issue when referencing to dimRed-package
1 parent 30bb94f commit 4531e93

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

R/PipeOpIsomap.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#'
77
#' @description
88
#' Reduces the dimensionality of the data of the input [`Task`][mlr3::Task] using the
9-
#' Isomap algorithm from the [`dimRed`] package, preserving geodesic distances
9+
#' Isomap algorithm from the `dimRed`-package, preserving geodesic distances
1010
#' between observations. The number of neighbors (`knn`) and embedding
1111
#' dimensions (`ndim`) control the transformation.
1212
#'
@@ -28,7 +28,7 @@
2828
#' @section State:
2929
#' The `$state` is a named `list` with the `$state` elements inherited from [`PipeOpTaskPreproc`], as well as:
3030
#' * `embed_result` :: `dimRedResult`\cr
31-
#' The resulting object after applying the "Isomap"-method from the dimRed package to the data.
31+
#' The resulting object after applying the "Isomap"-method from the `dimRed`-package to the data.
3232
#'
3333
#' @section Parameters:
3434
#' The parameters are the parameters inherited from [`PipeOpTaskPreproc`], as well as:
@@ -47,7 +47,7 @@
4747
#'
4848
#'
4949
#' @section Internals:
50-
#' Applies the Isomap Embedding from the [`dimRed`]-package.
50+
#' Applies the Isomap Embedding from the `dimRed`-package.
5151
#'
5252
#' @section Fields:
5353
#' Only fields inherited from [`PipeOp`].

man/mlr_pipeops_isomap.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)