|
Algorithm 1: Pseudocode for construction of adaptive grid space. |
| Input: dataset and resolution R and coordinate sequence . |
| Output: Multidimensional grid space . |
| 1: Begin |
| 2:
|
| 3: samples number of
|
| 4: dimension of
|
| 5: for = 1 to do |
| 6:
|
| 7: for = 1 to do |
| 8: for j = 1 to R do |
| 9: if then |
| 10:
|
| 11:
|
| 12:
|
| 13:
|
| 14:
|
| 15: if then |
| 16:
|