initialization: initialize the sub-matrix Ci into alpha*Li by SVD

Description Usage Arguments Value Author(s) Examples

View source: R/initialization.R

Description

Li takes the first k columns of matrix d in SVD, while alpha is the mean of all the u of SVD result in each modality

Usage

1

Arguments

WL

A list of similarity matrices

k

A parameter to specify the cluster number

Value

A list with N+2 elements, the former N as modality private sub-matrices, the Nth as the shared sub-matrix and the last one as 1

Author(s)

Xiaoyao Yin

Examples

1
2
3
4
WL <- simu_data_gen()
new_WL_list <- initialize_WL(WL)
k <- 5
init_list <- initialization(new_WL_list,k)

M2SMF documentation built on Jan. 11, 2020, 9:28 a.m.