Changes
Page history
Update Incremental Configuration (JSON)
authored
Jun 29, 2021
by
Alieh Saeedi
Hide whitespace changes
Inline
Side-by-side
Home/Configuration/Incremental-Configuration-(JSON).md
View page @
ceba6789
...
@@ -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