Research Article

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

Algorithm 3

Computing couplets from sections.
Input:   An (n1)D-EVM corresponding to section .
   An (n1)D-EVM corresponding to section .
Output:   An (n1)D-EVM.
Procedure   GetHvl(EVM , EVM )
     // Returns the projection of the couplet between consecutive sections and .
     return   MergeXor(, )
end-of-procedure