(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Entity Resolution (ER)

What is it about?

The most efficient ER method is blocking, inherently uses exponential pair-wise comparisons for the large databases, leading to poor efficiency in resolving the entities. The real world data can either be homogeneous or heterogeneous, generally of two forms, clean-clean ER which does not have any duplicates or dirty-ER which have duplicates within the dataset.

Why is it important?

Entity Resolution (ER) is the method of resolving two similar entities used in the process of data cleaning and data integration. However, the existing ER Framework lead to exhaustive pairwise comparisons.

Read more on Kudos…
The following have contributed to this page:
K.A. Vidhya
' ,"url"));