rtemis

Command Palette

Search for a command to run...

ClusteringConfig

Component

Language-independent config for an rtemis clustering run. Mirrors the `ClusteringConfig` object: an algorithm name and an algorithm-specific `config`. The same config drives rtemis (R), rtemis-py, and rtemislive to identical output.

Raw JSONv1Unknown properties rejected

Variants

The value of algorithm selects which schema applies to config.

Properties

algorithmrequired
string

Clustering algorithm name.

one of"KMeans""HardCL""NeuralGas""CMeans""DBSCAN"

configrequired
object

Variant-specific parameters. Validated per `algorithm` below.

Relationships

Used by