ClusteringConfig
ComponentLanguage-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.
Variants
The value of algorithm selects which schema applies to config.
KMeansKMeansConfigHardCLHardCLConfigNeuralGasNeuralGasConfigCMeansCMeansConfigDBSCANDBSCANConfig
Properties
algorithmrequiredstringClustering algorithm name.
one of
"KMeans""HardCL""NeuralGas""CMeans""DBSCAN"configrequiredobjectVariant-specific parameters. Validated per `algorithm` below.
Relationships
Used by