Evaluate a K-mean clustering
ml_kmeans_cluster_eval
Description
Evaluate a K-mean clustering
Arguments
| Arguments | Description |
|---|---|
| model | A fitted K-means model returned by ml_kmeans() |
| dataset | Dataset on which to calculate K-means cost |
Evaluate a K-mean clustering
| Arguments | Description |
|---|---|
| model | A fitted K-means model returned by ml_kmeans() |
| dataset | Dataset on which to calculate K-means cost |
---
title: "Evaluate a K-mean clustering"
execute:
eval: true
freeze: true
---
## ml_kmeans_cluster_eval
## Description
Evaluate a K-mean clustering
## Arguments
|Arguments|Description|
|---|---|
| model | A fitted K-means model returned by `ml_kmeans()` |
| dataset | Dataset on which to calculate K-means cost |