R/distanceParallel.R

#' Parallel distance matrix calculations
#'
#' dist(x) in base R only operates on one thread. Using the foreach package, we can now create distance matrixes in parallel.
#'
#' @docType package
#' @name distanceParallel
NULL
hui-tony-zk/distanceParallel documentation built on May 17, 2019, 9:13 p.m.