Description Usage Arguments Value
View source: R/distance_helpers.R
Calculate standardized Euclidean distances as done in SciPy cdist
1 | dist_scipy_stdeuc(query_feats, ref_feats)
|
query_feats |
Feature matrix for query, of shape M rows and F columns |
ref_feats |
Feature matrix for reference, of shape N rows and F columns |
A distance matrix with M rows and N columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.