orgdisord.merge.rematcher#

orgdisord.merge.rematcher(re, features1, features2, eps)[source]#

Compare two sets of SOAP features and return True if the features match.

Parameters
  • re (RE) – The RE object.

  • features1 (list) – A list of SOAP features.

  • features2 (list) – A list of SOAP features.

  • eps – The tolerance for the similarity.