hui-tony-zk/distanceParallel: Creates distance matrix with custom distance function in parallel

dist(x) in base R only has a few methods. If you want to calculate distance with some arbitrary measure (eg simple matching coefficient, or cosine distance), then too bad for you. This package creates all pairwise comparisons between samples and calculates the distance with any arbitrary distance function. Using the foreach package, this calculation is done in parallel.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("hui-tony-zk/distanceParallel")
hui-tony-zk/distanceParallel documentation built on May 17, 2019, 9:13 p.m.