initialization: initialize the values used in NMTFOSC

Description Usage Arguments Value Author(s) Examples

View source: R/initialization.R

Description

initialize the values which will be updated in NMTFOSC

Usage

1

Arguments

W

The matrix to be factorized

k

A parameter to specify the row cluster number

l

A parameter to specify the column cluster number

Value

A list with 6 elements, corresponding to the matrices L,C,R,B,Y and the penalty parameter miu

Author(s)

Xiaoyao Yin

Examples

1
2
W <- simu_data_generation()
init_list <- initialization(W,k=5,l=4)

OSNMTF documentation built on Dec. 1, 2019, 1:22 a.m.