Create network links between consecutive pairs in a column of sequences.
Inputs
A column of items. Should contain unique IDs identifying each item, and corresponding to the IDs in the sequences column.
Sequences (lists) of items, corresponding to the IDs in the items column.
Outputs
A column containing for each item a list of row numbers identfying other items it will be linked to.
A 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).
targets
Parameters
This step doesn’t expect any configuration.
Was this page helpful?