Update Incremental Configuration (JSON) authored by Alieh Saeedi's avatar Alieh Saeedi
......@@ -26,17 +26,17 @@ Note that the sequence of incremental matching tasks can never start with an inc
The configuration of the Max-Both method:
```json
{
"task": "INCREMENTAL_REPAIRING",
"config": {
"repairingMethod": "MBM",
"delta": 0,
"isSCRemoving": true,
"clusterIdPrefix": "x",
"clustering": {
"clusteringMethod": "CONNECTED_COMPONENTS",
"clusteringOutputType": "GRAPH",
"maxIteration": "MAX_VALUE"
}
}
"task": "INCREMENTAL_REPAIRING",
"config": {
"repairingMethod": "MBM",
"delta": 0,
"isSCRemoving": true,
"clusterIdPrefix": "x",
"clustering": {
"clusteringMethod": "CONNECTED_COMPONENTS",
"clusteringOutputType": "GRAPH",
"maxIteration": "MAX_VALUE"
}
}
}
```
\ No newline at end of file