is_nested#

FeatureSystem.is_nested(feature_id_1: int, feature_id_2: int) bool#

Check whether two features are nested. Note that inverting one, or both, features does not change whether they are nested or not.

Parameters#

feature_id_1int

The id of the first feature.

feature_id_2int

The id of the second feature.

Returns#

bool

Whether the features are nested.