Update Clustering Configuration (JSON) authored by Alieh Saeedi's avatar Alieh Saeedi
...@@ -222,7 +222,7 @@ For the preference config, a value of -1 marks the parameter as disabled (false ...@@ -222,7 +222,7 @@ For the preference config, a value of -1 marks the parameter as disabled (false
} }
``` ```
### Affinity Propagation algorithm ### Hierarchical Clustering algorithm
```json ```json
{ {
"clusteringMethod":"RNN_HIERARCHICAL", "clusteringMethod":"RNN_HIERARCHICAL",
... ...
......