|
| |
| Algorithm 1 Computation Offloading Strategy | |
|
| |
| 1: | if (cost (EEU) > BUC) |
| 2: | { |
| 3: | Data ← Compress (raw-data); |
| 4: | Send (Data, remote_system); |
| 5: | } |
| 6: | else Run |
| 7: | (local_data_mining_algorithm, raw-data). |
|
| |
|
| |
| Algorithm 1 Computation Offloading Strategy | |
|
| |
| 1: | if (cost (EEU) > BUC) |
| 2: | { |
| 3: | Data ← Compress (raw-data); |
| 4: | Send (Data, remote_system); |
| 5: | } |
| 6: | else Run |
| 7: | (local_data_mining_algorithm, raw-data). |
|
| |