WLJS LogoWLJS Notebook

SmithWatermanSimilarity

SmithWatermanSimilarity[u, v] gives a number representing the Smith–Waterman similarity between strings, vectors or bio sequences u and v.

Examples

SmithWatermanSimilarity["kitten", "sitting"]
SmithWatermanSimilarity[{1, 2, 3}, {2, 3, 4}]

Please visit the official Wolfram Language Reference for more details.

On this page