cpp_pairwise_distances_XYstr {SBCK}R Documentation

cpp_pairwise_distances_XYstr

Description

Pairwise distances between two differents matrix X and Y with a compiled str_metric. DO NOT USE, use SBCK::pairwise_distances

Usage

cpp_pairwise_distances_XYstr(X,Y,str_metric)

Arguments

X

[Rcpp::NumericMatrix] Matrix

Y

[Rcpp::NumericMatrix] Matrix

str_metric

[std::string] c++ string


[Package SBCK version 1.0.0 Index]