|
Algorithm 3 Movement Path Generation Algorithm
|
|
Input: /* set of data to be clustered */ |
| /* set of cluster labels of D */ |
| /* set of cluster transition matrix */ |
| /* maximum path length */ |
| /* number of data to generate */ |
| /* number of clusters */ |
| /* distance limit */ |
|
Output: /* set of sequential location data */ |
|
for
to
do
|
| ; |
| for all
; |
|
for
to
do
|
| ; |
| ; |
| end
|
|
end
|