Skip to content

Commit

Permalink
Docfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Aug 9, 2024
1 parent a5fea20 commit 5353eb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/findNeighbors.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @details
#' This function identifies all points in \code{X} that within \code{threshold} of each point in \code{X}.
#' For Euclidean distances, this is equivalent to identifying all points in a hypersphere centered around the point of interest.
#' Note all implementations support this search mode, but we can use \link{KmknnParam} and \linkS4class{VptreeParam}.
#' Not all implementations support this search mode, but we can use \link{KmknnParam} and \linkS4class{VptreeParam}.
#'
#' If \code{threshold} is a vector, each entry is assumed to specify a (possibly different) threshold for each point in \code{X}.
#' If \code{subset} is also specified, each entry is assumed to specify a threshold for each point in \code{subset}.
Expand Down
2 changes: 1 addition & 1 deletion R/queryNeighbors.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' @details
#' This function identifies all points in \code{X} that within \code{threshold} of each point in \code{query}.
#' For Euclidean distances, this is equivalent to identifying all points in a hypersphere centered around the point of interest.
#' Note all implementations support this search mode, but we can use \link{KmknnParam} and \linkS4class{VptreeParam}.
#' Not all implementations support this search mode, but we can use \link{KmknnParam} and \linkS4class{VptreeParam}.
#'
#' If \code{threshold} is a vector, each entry is assumed to specify a (possibly different) threshold for each point in \code{query}.
#' If \code{subset} is also specified, each entry is assumed to specify a threshold for each point in \code{subset}.
Expand Down
2 changes: 1 addition & 1 deletion man/findNeighbors.Rd

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

2 changes: 1 addition & 1 deletion man/queryNeighbors.Rd

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

0 comments on commit 5353eb0

Please sign in to comment.