Generalized Procrustes aligner (native multi-view)
Value
An object of class `c("gpa_aligner", "aligner")` representing a Generalized Procrustes alignment algorithm descriptor.
Examples
algo <- gpa_aligner()
aligner_capabilities(algo)
#> $group
#> [1] "O"
#>
#> $supports_multi
#> [1] TRUE
#>