Skip to content

Commit

Permalink
Add GHC to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Aug 24, 2021
1 parent 1270b90 commit be0592e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/src/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ is the current list of clustering methods available:

```@docs
SLIC
GHC
```

```@example clustering
Expand All @@ -22,3 +21,15 @@ C = cluster(Ω, SLIC(50, 0.01))
plot(plot(Ω), plot(C))
```

## GHC

```@docs
GHC
```

```@example clustering
C = cluster(Ω, GHC(20, 1.0))
plot(plot(Ω), plot(C))
```

0 comments on commit be0592e

Please sign in to comment.