Data matching algorithm

前端 未结 4 2040
长发绾君心
长发绾君心 2021-01-06 00:21

I am currently working on a project where I a data matching algorithm needs to be implemented. An external system passes in all data it knows about a customer, and the syste

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-06 01:07

    If you limit yourself to the address and name you can just use the harvesine formula or a spatial index if you have the geolocation. For the name you can use a trie and get only the first results, maybe 10.

提交回复
热议问题