Closed dmeoli closed 3 years ago
The link you posted uses an input file with a format like this (contextSequencesTimeExtended.txt
):
<0> 1 -1 <1> 1 2 3 -1 <2> 1 3 -1 -2
<0> 1 -1 <1> 1 2 -1 <2> 1 2 3 -1 <3> 1 2 3 -1 -2
<0> 1 2 -1 <1> 1 2 -1 -2
<0> 2 -1 <1> 1 2 3 -1 -2
You could either (programmatically) reformat and write your data into a file like this as well, or do the same but put it into a multiline string as shown in the examples.
I'm trying to run an instance of the HirateYamana with time constraints. In which format I should encode the dataset to involve the timestamp value for each subsequence?
e.g.
dataset = [
sequence: list of events
]