TangleSweepFeatureSys#
- class tangles.convenience.TangleSweepFeatureSys(sep_sys: SetSeparationSystemBase, sep_ids: array | None = None, forbidden_tuple_size: int = 3)#
A convenience object bundling a tangle sweep object and a feature system (or separation system).
Attributes#
- sep_sys
SetSeparationSystem
orFeatureSystem
A feature system or separation system.
- sep_idsnp.ndarray, optional
A list of separation ids.
- order_valueslist
Orders of the features (or separations).
Properties
A list of ids of separations/features that were appended to the tree (including corners)
A list of ids of separations/features that were appended to the tree (without corners)
the low level search object used by this search object
the separation system (feature system) used by this widget
the tangle search tree used by this widget
Methods
Extend nodes in the tangle search tree until the agreement search limit has decreased below the
A list of ids of separations/features that could be oriented at the given agreement level
Return the tangle matrix that describes all maximal tangles of at least the specified agreement
compute the tangles scores for given agreement
- sep_sys