|
| Algorithm 2 |
|
|
Input: Connectivity matrices of two views
,
, and the number of eigenvectors to consider k. |
|
Output: Co-trained connectivity matrices
,
. |
| 1. |
Compute the initial normalized Laplacian
,
of each connectivity matrix, and the first k eigenvectors
,
with the k smallest eigenvalues of
,
. |
| 2. |
for
i = 1 to iter
|
| 3. |
|
| 4. |
|
| 5. |
Compute Laplacian and the corresponding first k eigenvectors
,
of
,
. |
| 6. |
If converge, return
. |
|