Changes
Page history
Update Incremental Configuration (JSON)
authored
Jun 29, 2021
by
Alieh Saeedi
Show whitespace changes
Inline
Side-by-side
Home/Configuration/Incremental-Configuration-(JSON).md
View page @
7b96ea6a
...
...
@@ -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.