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-22 18:59:16
#> ▶
#> [decomp]
#> 2026-02-22 18:59:16
#> Input: 150 cases x 4 features.
#> [summarize_unsupervised]
#> 2026-02-22 18:59:16
#> Decomposing with PCA...
#> [decomp]
#> 2026-02-22 18:59:16
#> Checking unsupervised data...
#>
#> ✓
#> [check_unsupervised_data]
#>
#> 2026-02-22 18:59:16
#> Decomposing with PCA ...
#> [decomp_]
#> 2026-02-22 18:59:16
#> ✓ Done in 0.01 seconds.
#> [decomp]