Our data is organized in a file in the comma separated value format. The first line of this file contains labels for the columns. The other lines contain information about static store instances. We have the following column names:
GlbId: this is a global ID of the line.
Each line should have a different ID.
Idtf:
this is the identifier of the store within the file where the store exists.
This id is unique per file.
Line: this is the number of the line where the store exists in
the file.
Ftr: the next columns are the names of different features.
#_yes: the number of silent ocurrences of the store.
#_no: the number of non-silent (noisy) ocurrences of the store.
Total: the total number of stores.
This is the sum of the last two columns above.
Fname: the name of the file where the store exists.