clusterer: Clusterer

View source: R/clu_clusterer.R

clustererR Documentation

Clusterer

Description

Base class for clustering algorithms and related evaluation utilities.

Usage

clusterer()

Details

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()

Value

returns a clusterer object

Examples

#See ?cluster_kmeans for an example of transformation

daltoolbox documentation built on May 14, 2026, 9:06 a.m.