Update Incremental Configuration (JSON) authored by Alieh Saeedi's avatar Alieh Saeedi
...@@ -63,7 +63,7 @@ The configuration of the 1DR method: ...@@ -63,7 +63,7 @@ The configuration of the 1DR method:
"clustering": { "clustering": {
.... ....
}, },
"clusterIdPrefix": "x" "clusterIdPrefix": "y"
} }
} }
``` ```
...@@ -80,8 +80,10 @@ The configuration of the nDR (n>1) method: ...@@ -80,8 +80,10 @@ The configuration of the nDR (n>1) method:
"clustering": { "clustering": {
.... ....
}, },
"clusterIdPrefix": "", "clusterIdPrefix": "z",
"depth": 2 "depth": 2
} }
``` ```
**depth**: specifies the portion of the base graph that is going to be reclustered. **depth**: specifies the portion of the base graph that is going to be re-clustered.
\ No newline at end of file
**clusterIdPrefix**: The prefix string for clusterIds of newly clustered entities.