From 580d90297e4bb0b77f46ea50b812b65c2ad727f5 Mon Sep 17 00:00:00 2001 From: HannaMeyer Date: Mon, 8 Jan 2024 15:54:48 +0100 Subject: [PATCH] prepare CRAN submission --- R/knndm.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/knndm.R b/R/knndm.R index 09616d87..8fe599c6 100644 --- a/R/knndm.R +++ b/R/knndm.R @@ -1,4 +1,4 @@ -#' [EXPERIMENTAL] K-fold Nearest Neighbour Distance Matching +#' K-fold Nearest Neighbour Distance Matching #' @description #' This function implements the kNNDM algorithm and returns the necessary #' indices to perform a k-fold NNDM CV for map validation.