A point n2 is a neighbor of point n1 with respect to param p if the two points n1 and n2 are identical everywhere except for param p.
1 | find_neighbors_idx(df, paramset, param_name)
|
df |
The data.frame containing all known combinations |
param_name |
Name of the parameter (dimension) along which to search for neighbors. |
param_vals |
The combination for which we want to find neighbors |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.