Skip to content

converter__ElementSimilarity

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#ElementSimilarity

Synopsis

Converts into a similarity metrics for CompareElements.

String conversion

  • edit(KEY): levenshtein distance between the values of feature with key KEY;
  • KEY(FAIL): 1 if the values of feature with key KEY are equal, FAIL otherwise;
  • KEY: 1 if the values of feature with key KEY are equal, 0 otherwise.

XML conversion

String conversion of the tag contents or the value of attribute value.

Clone this wiki locally