A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/uwot/../Rcpp/../RcppFastAD/../Rcpp/../rdist/readme/README.html below:

README

rdist

An R package to calculate distances. This provide a common framework to calculate distances.
There are three main functions: - rdist computes the pairwise distances between observations in one matrix and returns a dist object, - pdist computes the pairwise distances between observations in one matrix and returns a matrix, and - cdist computes the distances between observations in two matrices and returns a matrix.

All functions have an argument metric that can be used to specify the distance function. Available metrics are "euclidean", "minkowski", "manhattan", "maximum", "canberra", "angular", "correlation", "absolute_correlation", "hamming", and "jaccard". In addition the metric can be any function that takes two vectors as arguments and returns their distance. All predefined functions will return NA or NaN when one of the compared vectors contains NAs.

Installation

To install the latest released version from CRAN:

install.packages("rdist")

To install the latest development version from github:

install.packages("devtools")
devtools::install_github("blasern/rdist")
Development

If you find issues, please let me know. If you would like to contribute, please create a pull request.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4