link_sequence_items
link_sequence_items
Create network links between consecutive pairs in a column of sequences.
items
column[number|category]
requiredA column of items. Should contain unique IDs identifying each item, and corresponding to the IDs in the sequences column.
sequences
column[list[category]|list[number]]
requiredSequences (lists) of items, corresponding to the IDs in the items column.
targets
column
requiredA column containing for each item a list of row numbers identfying other items it will be linked to.
weights
column
requiredA column containing for each item a list of weights identfying the “importance” of each
link to other items identified in the targets
column (counting how many times a consecutive
pair of items was found together in the sequences).
This step doesn’t expect any configuration.
Was this page helpful?