Update Incremental Configuration (JSON) authored by Alieh Saeedi's avatar Alieh Saeedi
......@@ -38,4 +38,25 @@ The configuration of the Max-Both method:
}
}
```
The \textcolor{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.