Update Incremental Configuration (JSON) authored by Alieh Saeedi's avatar Alieh Saeedi
......@@ -22,3 +22,19 @@ 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:
{
"task": "INCREMENTAL_REPAIRING",
"config": {
"repairingMethod": "MBM",
"delta": 0,
"isSCRemoving": true,
"clusterIdPrefix": "x",
"clustering": {
"clusteringMethod": "CONNECTED_COMPONENTS",
"clusteringOutputType": "GRAPH",
"maxIteration": "MAX_VALUE"
}
}
}