ncn-foreigners / blocking

An R package for blocking records for record linkage / data deduplication based on approximate nearest neighbours algorithms.
https://ncn-foreigners.github.io/blocking/
8 stars 0 forks source link

Full `mlpack` support #4

Open BERENZ opened 1 year ago

BERENZ commented 1 year ago

Support for mlpack in:

  1. lsh functions

    • [x] deduplication (the same dataset, given by x)
    • [x] record blocking with two datasets given by x, y
    • [ ] blocking from saved index
    • [ ] saving and reading index
  2. knn functions

    • [x] deduplication (the same dataset, given by x)
    • [x] record blocking with two datasets given by x, y
    • [ ] blocking from saved index
    • [ ] saving and reading index
BERENZ commented 11 months ago

I do not know how to save objects from mlpack.