Refactor LocationIndexMatch.findNClosest
See original GitHub issueAs per the discussion in #994 (and links therein), we probably need to consider the purpose of LocationIndexMatch.findNClosest
, and consequently rename and refactor - at the moment it’s just a direct port from map-matching, and includes some known ‘bugs’ (which are listed as TODOs in the code). It probably won’t be used outside of map-matching, so it’s probably not an urgent fix.
@karussell - maybe you can give some direction for what you’d like to see here?
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Find closest match - Excel formula - Exceljet
To find the closest match in numeric data, you can use INDEX and MATCH, with help from the ABS and MIN functions. In...
Read more >Find the Closest Match in Excel Using Formulas
Learn how to find the closest match in Excel. A simple Excel formula can be used to identify the closest match in a...
Read more >How to find the closest match in Excel? - Tutorial - Excelkid
Learn how to find the closest match in numeric data fast using the XLOOKUP function or INDEX and MATCH combinations.
Read more >Lookup closest match using INDEX & MATCH function
Now we will make a formula using the above functions. MATCH function will return the index of the closest match from the range....
Read more >Closest Match in Excel (Easy Tutorial)
To find the closest match to a target value in a data column, use INDEX, MATCH, ABS and MIN in Excel. Use the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The current behaviour includes features that we may remove in the more general one - specifically:
The first will definitely result in some differences in some cases (though as above, pretty rare, and I think it’s probably incorrect in it’s current state).
Closing as duplicate of #1324 (I think, if not please reopen)