DecompositionConfig
ComponentLanguage-independent config for an rtemis decomposition (dimensionality reduction). Mirrors the `DecompositionConfig` object: an algorithm name, an algorithm-specific `config`, and an optional feature subset. The same config drives rtemis (R), rtemis-py, and rtemislive to identical output.
Variants
The value of algorithm selects which schema applies to config.
PCAPCAConfigICAICAConfigNMFNMFConfigUMAPUMAPConfigtSNEtSNEConfigIsomapIsomapConfig
Properties
algorithmrequiredstringDecomposition algorithm name.
one of
"PCA""ICA""NMF""UMAP""tSNE""Isomap"configrequiredobjectVariant-specific parameters. Validated per `algorithm` below.
featuresarray | null≥ 2 itemsunique itemsNames of the feature columns to decompose. null = all numeric features.
Relationships
Used by