Update Incremental Configuration (JSON) authored by Alieh Saeedi's avatar Alieh Saeedi
......@@ -74,3 +74,13 @@ The configuration of the 1DR method:
2.1. nDR (n>1)
The configuration of the nDR (n>1) method:
```json
{
"repairingMethod": "NDR",
"clustering": {
....
},
"clusterIdPrefix": "",
"depth": 2
}
```
**depth**: specifies the portion of the base graph that is going to be reclustered.
\ No newline at end of file