Skip to content

Commit

Permalink
Merge pull request #56 from youngroklee-ml/55-ch13-resolve-error
Browse files Browse the repository at this point in the history
set repel to be FALSE
  • Loading branch information
youngroklee-ml authored Jul 14, 2024
2 parents 11ada7a + d7a821c commit 6538c1e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions chapters/ch13_cluster_dbscan.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ km
fviz_cluster(km,
data = dat2,
ellipse.type = "convex",
stand = FALSE,
repel = TRUE, cex = 3
stand = FALSE
)
```

Expand Down Expand Up @@ -80,8 +79,7 @@ table(pam_out$clustering)
fviz_cluster(pam_out,
data = dat2,
ellipse.type = "convex",
stand = FALSE,
repel = TRUE
stand = FALSE
)
```

Expand Down Expand Up @@ -123,8 +121,7 @@ db$cluster
fviz_cluster(db,
data = dat2,
ellipse.type = "convex",
stand = FALSE,
repel = TRUE
stand = FALSE
)
```

0 comments on commit 6538c1e

Please sign in to comment.