Ahmed Rezeq added Stage_1_dimension_based_data__.html  over 8 years ago

Commit id: d7ea73bad6cd1028494a53dcb18d6a0de5694600

deletions | additions      

         

Stage 1: dimension based data partitioning

In this stage, data is partitioned into small dense partitions. The main idea of this partition process is to assign a cumulative number to each data sample during the successive processing of each data dimension. Then, samples that have the same cumulative number will be considered near from each other and hence, they construct a small dense partition. By visiting each dimension only once, the processing time overhead is greatly decreased. The partition process can be stated as the following: