Research Article

Concise and Accessible Representations for Multidimensional Datasets: Introducing a Framework Based on the D-EVM and Kohonen Networks

Algorithm 2

Computing sections from couplets.
Input:   An (n1)D-EVM corresponding to section S.
   An (n1)D-EVM corresponding to couplet hvl.
Output:   An (n1)D-EVM.
Procedure   GetSection(EVM S, EVM hvl)
     // Returns the projection of the next section of an nD-OPP whose previous section is S.
     return   MergeXor(S, hvl)
end-of-procedure