generate_distance_metrics_list | R Documentation |
Deprecated function for building a distance metrics list. Please use
dist_fns_list()
(or better yet, snf_config()
) instead.
generate_distance_metrics_list(
continuous_distances = NULL,
discrete_distances = NULL,
ordinal_distances = NULL,
categorical_distances = NULL,
mixed_distances = NULL,
keep_defaults = TRUE
)
continuous_distances |
A named list of distance metric functions |
discrete_distances |
A named list of distance metric functions |
ordinal_distances |
A named list of distance metric functions |
categorical_distances |
A named list of distance metric functions |
mixed_distances |
A named list of distance metric functions |
keep_defaults |
If TRUE (default), prepend the base distance metrics (euclidean and standard normalized euclidean) |
A nested and named list of distance metrics functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.