https://github.com/t2solve/recordlinkagenetexamples
example how to use recordlinkagenet lib
https://github.com/t2solve/recordlinkagenetexamples
Last synced: over 1 year ago
JSON representation
example how to use recordlinkagenet lib
- Host: GitHub
- URL: https://github.com/t2solve/recordlinkagenetexamples
- Owner: t2solve
- License: bsd-2-clause
- Created: 2022-09-13T13:55:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T18:15:18.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T03:19:36.198Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RecordLinkageNetExamples
examples how to use recordlinkagenet lib
# example 1 Example1BasicHowTo
* match two datasets
* use the default configuration
* use the default similarity measures+
* apply min similarity threshold filter
[code link](Example1BasicHowTo/Example1BasicHowTo/Program.cs)