Update Incremental Configuration (JSON) authored by Alieh Saeedi's avatar Alieh Saeedi
...@@ -39,8 +39,11 @@ The configuration of the Max-Both method: ...@@ -39,8 +39,11 @@ The configuration of the Max-Both method:
} }
``` ```
**delta**: ranges between [0,1) and specifies the allowed similarity value loss. **delta**: ranges between [0,1) and specifies the allowed similarity value loss.
**isSCRemoving**: whether the source consistency constraint should be applied. **isSCRemoving**: whether the source consistency constraint should be applied.
**clusterIdPrefix**: The prefix string for clusterIds of pre-clustering. **clusterIdPrefix**: The prefix string for clusterIds of pre-clustering.
**clustering**: The algorithm used for pre-clustering of new entities. **clustering**: The algorithm used for pre-clustering of new entities.
The configuration of the 1DR method: The configuration of the 1DR method:
...@@ -57,6 +60,5 @@ The configuration of the 1DR method: ...@@ -57,6 +60,5 @@ The configuration of the 1DR method:
} }
``` ```
**clustering**: The algorithm used for re-clustering of the new entities and their fist depth neighbours. **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.
**clusterIdPrefix**: The prefix string for clusterIds of newly clustered entities.
\ No newline at end of file