pyjedai.comparison_cleaning#
Functions
|
Return method by acronym |
Classes
|
Abstract class for Block cleaning |
|
Restructure a redundancy-positive block collection into a new one that contains substantially lower number of redundant and superfluous comparisons, while maintaining the original number of matching ones |
|
Meta-blocking method that retains the comparisons that correspond to edges in the blocking graph that are exceed 1/4 of the sum of the maximum edge weights in the two adjacent node neighborhoods. |
|
A Meta-blocking method that retains the comparisons that correspond to the top-K weighted edges in the blocking graph. |
|
A Meta-blocking method that retains for every entity, the comparisons that correspond to its top-k weighted edges in the blocking graph." |
|
Comparison Propagation |
|
Global Progressive Sorted Neighborhood |
|
Local Progressive Sorted Neighborhood |
|
|
|
|
|
Progressive Entity Scheduling |
|
Progressive Sorted Neighborhood |
|
A Meta-blocking method that retains the comparisons that correspond to edges in the blocking graph that are among the top-k weighted ones for both adjacent entities/nodes. |
|
Meta-blocking method that retains the comparisons that correspond to edges in the blocking graph that are exceed the average edge weight in both adjacent node neighborhoods. |
|
A Meta-blocking method that retains all comparisons that have a weight higher than the average edge weight in the blocking graph. |
|
A Meta-blocking method that retains for every entity, the comparisons that correspond to edges in the blocking graph that are exceed the average edge weight in the respective node neighborhood. |