residualNMF {hNMF}R Documentation

Computation of relative NMF residual per observation

Description

Computation of relative NMF residual per observation

Usage

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


[Package hNMF version 1.0 Index]