NevronOpenVision
Nevron.Nov.DataStructures Namespace / NStringSimilarityContext Class
Fields


NStringSimilarityContext Class Members

The following tables list the members exposed by NStringSimilarityContext.

Public Constructors
 NameDescription
Public ConstructorDefault constructor - initializes all costs to their default values (of 1).  
Top
Public Fields
 NameDescription
Public FieldThe total allowed cost within which two strings are considered similar.  
Public FieldThe cost for inserting a new character in the string.  
Public FieldThe cost for removing a character from the string.  
Public FieldThe cost for replacing a character from the string with other character.  
Public FieldThe cost for swapping to adjacent characters.  
Top
See Also