public static double NormalizedLevenshteinDistance( this string source, string target )
<ExtensionAttribute> Public Shared Function NormalizedLevenshteinDistance ( source As String, target As String ) As Double
public: [ExtensionAttribute] static double NormalizedLevenshteinDistance( String^ source, String^ target )
[<ExtensionAttribute>] static member NormalizedLevenshteinDistance : source : string * target : string -> float
GSF.FuzzyStrings.ComparisonMetrics.NormalizedLevenshteinDistance = function(source, target);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.