A subgraph attribute data file provides the values for a single subgraph attribute.
Subgraph attribute data files typically obey the following filename format:
si_n_attr_attrname.data
where
n is the ID of the encompassing
container
attrname is name of the subgraph
attribute
For example, a file storing values for subgraph attribute
sample in container 2
would be called si_2_attr_sample.data.
The names for the subgraph attribute data files are suggested conventions, which Proximity uses for naming exported data files. Proximity uses whatever filenames you provide in the corresponding subgraph attribute specification file when importing data.
subg-id value [value]where
subg-id is the subgraph ID
value is the value of this
attribute for the specified subgraph; string values must be quoted
Subgraph IDs may be used more than once in the file when the corresponding entity has multiple values for the specified attribute. Additional tab-separated value columns are used when providing data for multi-dimensional subgraph attributes.
The following example provides the values for a
sample-role subgraph attribute. The first
line specifies that subgraph 0 has a value of
"test" for this attribute.
0 "test" 1 "train" 2 "train" 3 "test"