max_distance_search | R Documentation |
max_distance_search
searches for the data point furthest from a set of
query points.
max_distance_search(distances, query_indices = NULL, search_indices = NULL)
distances |
A |
query_indices |
An integer vector with point indices to query. If |
search_indices |
An integer vector with point indices to search among. If |
An integer vector with point indices for the data point furthest from each query.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.