Hacker News new | ask | show | jobs
by Houshalter 3106 days ago
I'm pretty sure that guy just reinvented nearest neighbor.
1 comments

Finding the "nearest matching pattern" is part of just about ANY pattern matching. The devil-of-the-detail is dealing with noise, precision-loss-for-speed, generalization (compression), tuning, etc. This attempts to break such down into staff-digestible chunks.