Perform linear or non-linear decomposition of numeric data.
Details
See rdocs.rtemis.org/decomp for detailed documentation.
Examples
iris_pca <- decomp(exc(iris, "Species"), algorithm = "PCA")
#> 2026-02-15 11:20:23
#> ▶
#> [decomp]
#> 2026-02-15 11:20:23
#> Input: 150 cases x 4 features.
#> [summarize_unsupervised]
#> 2026-02-15 11:20:23
#> Decomposing with PCA...
#> [decomp]
#> 2026-02-15 11:20:23
#> Checking unsupervised data...
#>
#> ✓
#> [check_unsupervised_data]
#>
#> 2026-02-15 11:20:23
#> Decomposing with PCA ...
#> [decom_PCA]
#> 2026-02-15 11:20:23
#> ✓ Done in 0.01 seconds.
#> [decomp]