Research Article

Event-Tree Based Sequence Mining Using LSTM Deep-Learning Model

Algorithm 2

RecursiveDecoding function.
Require: , ,
 = 
i = 0
While There is in AND i < do
  Add to
  Delete from
  if not( is reached) then
   RecursiveDecoding( + )
    i = i + 1