initialize_search#
- SurveyTangles.initialize_search(agreement: int, features_and_metadata: SetSeparationSystemBase | Tuple[ndarray, ndarray | None], uncrossing: bool = False)#
This function starts a tangle search on survey data.
Parameters#
- agreementint
The agreement lower bound for the search.
- features_and_metadataSetSeparationSystemBase or np.ndarray
Either a tuple containing a matrix respresentation of the features as well as the metadata or an object of type SetSeparationSystemBase
- uncrossingbool
If True, uncross the features (or separations) that distinguish at least two tangles.