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 ...@@ -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: The configuration of the Max-Both method:
```json ```json
{ {
"task": "INCREMENTAL_REPAIRING", "task": "INCREMENTAL_REPAIRING",
"config": { "config": {
"repairingMethod": "MBM", "repairingMethod": "MBM",
"delta": 0, "delta": 0,
"isSCRemoving": true, "isSCRemoving": true,
"clusterIdPrefix": "x", "clusterIdPrefix": "x",
"clustering": { "clustering": {
"clusteringMethod": "CONNECTED_COMPONENTS", "clusteringMethod": "CONNECTED_COMPONENTS",
"clusteringOutputType": "GRAPH", "clusteringOutputType": "GRAPH",
"maxIteration": "MAX_VALUE" "maxIteration": "MAX_VALUE"
}
}
} }
}
}
``` ```
\ No newline at end of file