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