fast_diss: A fast distance algorithm for two matrices written in C++

View source: R/RcppExports.R

fast_dissR Documentation

A fast distance algorithm for two matrices written in C++

Description

Computes distances between two data matrices using "euclid", "cor", "cosine"

Usage

fast_diss(X, Y, method)

Arguments

X

a matrix

Y

a matrix

method

a string with possible values "euclid", "cor", "cosine"

Value

a distance matrix

Author(s)

Antoine Stevens and Leonardo Ramirez-Lopez


resemble documentation built on April 21, 2023, 1:13 a.m.