@@ -23,6 +23,10 @@ The overall configuration of a single incremental matching:
...
@@ -23,6 +23,10 @@ The overall configuration of a single incremental matching:
```
```
Note that the sequence of incremental matching tasks can never start with an incremental matching. There is always a clustered similarity graph that new entities or new sources are integrated to it incrementally.
Note that the sequence of incremental matching tasks can never start with an incremental matching. There is always a clustered similarity graph that new entities or new sources are integrated to it incrementally.
### Incremental repairing methods
1. Max-Both Merge
The configuration of the Max-Both method:
The configuration of the Max-Both method:
```json
```json
{
{
...
@@ -46,6 +50,10 @@ The configuration of the Max-Both method:
...
@@ -46,6 +50,10 @@ The configuration of the Max-Both method:
**clustering**: The algorithm used for pre-clustering of new entities.
**clustering**: The algorithm used for pre-clustering of new entities.
2. nDepth Reclustering (nDR)
2.1. nDR (n=1)
The configuration of the 1DR method:
The configuration of the 1DR method:
```json
```json
{
{
...
@@ -62,3 +70,7 @@ The configuration of the 1DR method:
...
@@ -62,3 +70,7 @@ The configuration of the 1DR method:
**clustering**: The algorithm used for re-clustering of the new entities and their fist depth neighbours.
**clustering**: The algorithm used for re-clustering of the new entities and their fist depth neighbours.
**clusterIdPrefix**: The prefix string for clusterIds of newly clustered entities.
**clusterIdPrefix**: The prefix string for clusterIds of newly clustered entities.