Description Usage Arguments Value Author(s) Examples
View source: R/initialization.R
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
1 | initialization(WL, k)
|
WL |
A list of similarity matrices |
k |
A parameter to specify the cluster number |
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
Xiaoyao Yin
1 2 3 4 | WL <- simu_data_gen()
new_WL_list <- initialize_WL(WL)
k <- 5
init_list <- initialization(new_WL_list,k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.