initialize_WL {M2SMJF} | R Documentation |
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]]
Author(s)
Xiaoyao Yin
Examples
WL <- simu_data_gen()
new_WL_list <- initialize_WL(WL)
[Package M2SMJF version 1.0 Index]