Click or drag to resize

StringDifference Class

Represents a utility for string differences
Inheritance Hierarchy
SystemObject
  SanteDB.Matcher.UtilStringDifference

Namespace:  SanteDB.Matcher.Util
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public static class StringDifference

The StringDifference type exposes the following members.

Methods
  NameDescription
Public methodStatic memberJaroWinkler
Returns the Jaro-Winkler proximity of two strings
Public methodStatic memberLevenshtein
Calculate the levenshtein distance between strings
Public methodStatic memberLevenshteinSimilarityTo
Returns the similarty to two string using levenshtein
Public methodStatic memberSimilarityTo
Returns the similarty to
Public methodStatic memberSorensenDice
Calculates the sorensen dice coefficient between two strings
Top
See Also