View source: R/search-geodesic.r
find_path_peak | R Documentation |
Use optimize
to find the most interesting projection amongst
all projections on a geodesic. This method assumes that the function is
continuous with a single maximum, but seems to do ok even if there are
multiple maxima.
find_path_peak(old, new, index, max_dist = pi/4, ...)
old |
currention project |
new |
projection that gives direction to travel in |
index |
interestingness index function |
max_dist |
maximum distance to travel along in radians |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.