Constructor NGramDistance
NGramDistance(Int32)
Creates an N-Gram distance measure using n-grams of the specified size.
Declaration
public NGramDistance(int size)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | size | The size of the n-gram to be used to compute the string distance. |
NGramDistance()
Creates an N-Gram distance measure using n-grams of size 2.
Declaration
public NGramDistance()