Changes
Page history
Update Incremental Configuration (JSON)
authored
Jun 29, 2021
by
Alieh Saeedi
Show whitespace changes
Inline
Side-by-side
Home/Configuration/Incremental-Configuration-(JSON).md
View page @
c2f06fea
...
...
@@ -38,4 +38,25 @@ The configuration of the Max-Both method:
}
}
```
The
\t
extcolor{red}{delta} (ranges between [0,1)) parameter specifies the
\ No newline at end of file
**delta**
: ranges between [0,1) and specifies the allowed similarity value loss.
**isSCRemoving**
: whether the source consistency constraint should be applied.
**clusterIdPrefix**
: The prefix string for clusterIds of pre-clustering.
**clustering**
: The algorithm used for pre-clustering of new entities.
The configuration of the 1DR method:
```
json
{
"task"
:
"INCREMENTAL_REPAIRING"
,
"config"
:
{
"repairingMethod"
:
"ONE_DR"
,
"clustering"
:
{
....
},
"clusterIdPrefix"
:
"x"
}
}
```
**clustering**
: The algorithm used for re-clustering of the new entities and their fist depth neighbours.
**clusterIdPrefix**
: The prefix string for clusterIds of newly clustered entities.