Research Article

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

Algorithm 4

Computing the sequence of sections from an nD-OPP p represented through the nD-EVM.
Input:   An  nD-EVM  p.
Procedure   EVM_to_SectionSequence(EVM  p)
    EVM  hvl   // Current couplet.
    EVM  ,    // Previous and next sections about hvl.
    hvl  = InitEVM( )
      = InitEVM( )
      = InitEVM( )
    hvl  = ReadHvl(p)
    while   (Not(EndEVM(p)))
  = GetSection(,  hvl)
Process(,  )
  =  
hvl  = ReadHvl(p)// Read next couplet.
    end-of-while
end-of-procedure