Description Usage Arguments Value
View source: R/multivariate_funtional.R
Inner function, slow version. For each row in df_row
, the minimum
distance to a point in df_col
is calculated and then the maximum of
this vector is returned.
1 | maxmin_inner_old(df_row, df_col)
|
df_row |
data.frame, rows are observations, all columns are used in distance calculation. |
df_col |
data.frame, rows are observations, all columns are used in distance calculation. |
single minimum distance scalar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.