R/landmark-package.r

#' @title procedures to generate landmark sets from finite metric spaces
#' @author Matt Piekenbrock
#' @author Jason Cory Brunson
#' @author Yara Skaf
#' @description Calculate landmark sets for finite metric spaces using the
#'   maxmin procedure (for fixed-radius balls) or an adaptation of it for rank
#'   data (for roughly fixed-cardinality nearest neighborhoods).
#'
#' @docType package
#' @name landmark
#' @useDynLib landmark
#' @importFrom Rcpp sourceCpp
NULL
corybrunson/landmark documentation built on Jan. 31, 2022, 9:14 a.m.