Skip to main content
. 2019 Jun 7;19(11):2602. doi: 10.3390/s19112602
Algorithm 1 Partition and transmission of MVFD in sequence.
Require: Raw Dataset, D;
  • Dimension sequence, S;

  • Segmentation rules for the last dimension, R;

  • Data Transfer Thread Pool, DP;

Ensure: Data stream consisting of data blocks;
  • 1:

    For the first dimension S1 in S, get all the data D1 of the first value S1[0] from D.

  • 2:

    For S2, repeat the same work, and so on.;

  • 3:

    For the last dimension SL, use R to partition the data and get the array DS[];

  • 4:

    For each DS[] generated, the loop submits each element to the thread pool DP;