initialize_WL: Initialize from the similairty matrix list

Description Usage Arguments Value Author(s) Examples

View source: R/initialize_WL.R

Description

Factorize the each of the similairty matrix Si into Ci*t(Ci) by SVD

Usage

1

Arguments

WL

A list of similarity matrices

Value

A list as long as WL with elements satisfying res[[i]]

Author(s)

Xiaoyao Yin

Examples

1
2
WL <- simu_data_gen()
new_WL_list <- initialize_WL(WL)

M2SMJF documentation built on Jan. 13, 2021, 12:33 p.m.