Skip to contents

Spectral MNN aligner (native multi-view)

Usage

spectral_mnn_aligner()

Value

An object of class `c("spectral_mnn_aligner", "aligner")` representing a spectral MNN alignment algorithm descriptor.

Examples

algo <- spectral_mnn_aligner()
aligner_capabilities(algo)
#> $group
#> [1] "O"
#> 
#> $supports_multi
#> [1] TRUE
#>