I'm working with a structure sp-->tp but I want to obtain as output the sequence of the sequence of paterns that I'm introducing . Lets say that I have two sequences ABCD (s1) and ABBD(s2). How can we get as output s1 if the input paterns are A,B,C,D and output s2 if input is A,B,B,D? Becuase I get the predictions of the next patern but not the sequence. And I know that TemporalMemory Class has to do something like that based on the documentation https://github.com/numenta/nupic/wiki/Temporal-classification
Any ideas? Any help would be highly appreciated NUPIC issue: https://github.com/numenta/nupic/issues/2727
