View source: R/clu_clusterer.R
| clusterer | R Documentation |
Base class for clustering algorithms and related evaluation utilities.
clusterer()
The object stores shared state and defaults used by clustering methods. Current algorithms may still differ in how much they use this state, but the goal is to standardize future implementations around:
fit() learning and storing model state
cluster() producing labels from a fitted model
configurable internal/external metrics and selection helpers via cluutils()
returns a clusterer object
#See ?cluster_kmeans for an example of transformation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.