|
Algorithm 1 Development of feature vectors X and Y
|
| Input: , S, A
|
| Output: Feature vector X and Y
|
| 1: Initialize j = |S|, i = |A| |
| 2: while n < j do |
| 3: while m < i do |
| 4:
|
| 5:
|
| 6: if
< = 0 then |
| 7: = 0 |
| 8: else |
| 9: = 1 |
| 10: if
= > median then |
| 11: = 0 |
| 12: else |
| 13: = 1 |
| 14: end if |
| 15: end while |
| 16: end while |
| 17: return Feature vector X and Y
|