Learn R Programming

M2SMF (version 2.0)

initialize_WL: Initialize from the similairty matrix list

Description

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

Usage

initialize_WL(WL)

Arguments

WL

A list of similarity matrices

Value

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

Examples

Run this code
# NOT RUN {
WL <- simu_data_gen()
new_WL_list <- initialize_WL(WL)
# }

Run the code above in your browser using DataLab