is_guiding#
- tangles.guiding.is_guiding(subset: ndarray, tangle: Tangle, feature_system) bool #
Whether the specified subset is a guiding subset for the given tangle.
Parameters#
- subsetnp.ndarray
The subset to check for whether it guides. The subset is encoded by boolean values.
- tangleTangle
The tangle to check.
- feature_system
The feature system.
Returns#
- bool
Whether the subset guides the tangle.