Name | Description | |
---|---|---|
![]() | NStringSimilarityContext Constructor | Default constructor - initializes all costs to their default values (of 1). |
The following tables list the members exposed by NStringSimilarityContext.
Name | Description | |
---|---|---|
![]() | NStringSimilarityContext Constructor | Default constructor - initializes all costs to their default values (of 1). |
Name | Description | |
---|---|---|
![]() | Budget | The total allowed cost within which two strings are considered similar. |
![]() | InsertCharCost | The cost for inserting a new character in the string. |
![]() | RemoveCharCost | The cost for removing a character from the string. |
![]() | ReplaceCharCost | The cost for replacing a character from the string with other character. |
![]() | SwapCharsCost | The cost for swapping to adjacent characters. |