olehmberg / winter

WInte.r is a Java framework for end-to-end data integration. The WInte.r framework implements well-known methods for data pre-processing, schema matching, identity resolution, data fusion, and result evaluation.
Apache License 2.0
109 stars 32 forks source link

approximate FD by TANE #37

Closed wunderbarr closed 5 years ago

wunderbarr commented 5 years ago

Hello, Have you run your program to test the result of approximate FD? I generate same result as in the original paper if the error threshold is 0. But for the approximate FD result with error threshold 0.01, 0.05, etc, I cannot obtain same result as in the published experiment. Have you repeated the same experimental result for approximate FDs? Thank you!

olehmberg commented 5 years ago

Hi wunderbarr,

thanks for pointing that out! I have replaced the implementation with a wrapper for the original TANE algorithm in commit 8c12689 in the development branch.