wfNMF: Standard non-negative matrix factorization algorithm.

Description Usage Arguments Value Examples

View source: R/NMF.R

Description

Apply Non-negative matrix factorization to a picture.

Usage

1
wfNMF(V, r, maxiter)

Arguments

V

the data

r

The number of columns in W, or the number of rows in H.

maxiter

Number of cycles

Value

Generated H matrix

Examples

1
2
3
4
5
## Not run: 
data(V)
H1<-wfNMF(V,30,500)

## End(Not run)

SC19039/SC19039 documentation built on Jan. 3, 2020, 1:08 p.m.