Algorithm 1 Computing a network. |
-
1:
Input:: set of time series representing the joint angles of individual when performing the movement .
-
2:
Output:: adjacency matrix corresponding to the network .
-
3:
▹ is the null matrix
-
4:
for to do
-
5:
for to do
-
6:
-
7:
-
8:
end for
-
9:
end for
-
10:
Solve the optimization problem in the Equation (3), given the pairwise similarity measures , to obtain the adjacency matrix .
|