update_G: Update G in Semi-NMF

Description Usage Arguments Details Value Author(s) Examples

Description

Update G in Semi-NMF

Usage

1
update_G(X, mf, mg)

Arguments

X

Data expression matrix need to be factorized

mf

The basis matrix

mg

The co-efficient matrix

Details

By definition, G is a graph adjacency matrix. The update_G updates G after every iteration.

Value

G The basis matrix

Author(s)

Haidong Yi, Ayush T. Raman

Examples

1
2
3
4
X <- matrix(1:12,nrow=4)
mf <- matrix(1:8,nrow=4)
mg <- matrix(1:6,ncol=2)
mg <- update_G(X,mf,mg)

zhanglabNKU/DASC documentation built on May 27, 2019, 1:46 p.m.