Subgraph attribute data files

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

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.

Format

subg-id       value       [value]

where

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.

Example

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"