ordered_metadata#

SurveyTangles.ordered_metadata(only_original_seps: bool = False, insert_labels: bool = False) list#

Return the metadata of the features (or separations) sorted corresponding to the order used for the tangle search.

Parameters#

only_original_sepsbool

If True, only the original features (or separations) are returned, otherwise the result possibly contains corners needed for the uncrossing of distinguishing features (or separations).

insert_labelsbool

If True, the variable names in the metadata are replaced by the variables’ labels. Often the label is the question text.

Returns#

list

A list of metadata-lists. The metadata-list at index i contains all metadata for the i-th specified feature (or oriented separation).