Update Incremental Configuration (JSON) authored by Alieh Saeedi's avatar Alieh Saeedi
......@@ -24,6 +24,7 @@ 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.
The configuration of the Max-Both method:
```json
{
"task": "INCREMENTAL_REPAIRING",
"config": {
......@@ -38,3 +39,4 @@ The configuration of the Max-Both method:
}
}
}
```
\ No newline at end of file