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. |