residualNMF: Computation of relative NMF residual per observation

Description Usage Arguments Value Author(s)

View source: R/residualNMF.R

Description

Computation of relative NMF residual per observation

Usage

1
residualNMF(X, nmfFit)

Arguments

X

Input data matrix, each column represents one observation

nmfFit

NMF model fitted to the input data in X

Value

Relative residual per observation, returned as a vector

Author(s)

nsauwen


hNMF documentation built on Jan. 8, 2021, 5:42 p.m.

Related to residualNMF in hNMF...