From 1087e9994ced1cdc574903982f23f11069d84cec Mon Sep 17 00:00:00 2001 From: enicolaisen <59887397+enicolaisen@users.noreply.github.com> Date: Sat, 28 Feb 2026 11:12:20 +0100 Subject: [PATCH] Update cfg.md cfg.machine.param.name when defining setting of PCA-CCA --- documentation/docs/cfg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/cfg.md b/documentation/docs/cfg.md index 23e6df6..cb8ad41 100644 --- a/documentation/docs/cfg.md +++ b/documentation/docs/cfg.md @@ -31,7 +31,7 @@ hyperparameter values for grid search or number of PCA components. We strongly e name of the algorithm - [PCA-CCA](../background/#cca-with-pca-dimensionality-reduction-pca-cca) analysis is defined by `cfg.machine.name = cca` and `cfg.machine.param = {'PCAx' 'PCAy'}` + [PCA-CCA](../background/#cca-with-pca-dimensionality-reduction-pca-cca) analysis is defined by `cfg.machine.name = cca` and `cfg.machine.param.name = {'PCAx' 'PCAy'}` [RCCA](../background/#regularized-cca-rcca) finds a smooth solution between CCA and PLS using L2-norm regularization (see `cfg.machine.param.L2x` and `cfg.machine.param.L2y` below)