Update Incremental Configuration (JSON) authored by Alieh Saeedi's avatar Alieh Saeedi
......@@ -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.
### Incremental repairing methods
1. Max-Both Merge
The configuration of the Max-Both method:
```json
{
......@@ -46,6 +50,10 @@ The configuration of the Max-Both method:
**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:
```json
{
......@@ -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.
**clusterIdPrefix**: The prefix string for clusterIds of newly clustered entities.
2.1. nDR (n>1)
The configuration of the nDR (n>1) method:
```json