align_models: Align two matrices with bipartite matching

View source: R/nmf_methods.R

align_modelsR Documentation

Align two matrices with bipartite matching

Description

Same as the align S4 method for the 'nmf' class, but operates only on the 'w' matrices.

Usage

align_models(w, wref, method = "cosine", ...)

Arguments

w

matrix with columns to be aligned to columns in wref

wref

reference matrix to which columns in w will be aligned

method

distance metric (either cor or cosine) to use for constructing the cost matrix

...

additional arguments


zdebruine/RcppML documentation built on Sept. 13, 2023, 11:44 p.m.