FuzzyAlgorithm

FuzzyAlgorithm class

Represents the base class for fuzzy search algorithms.

public abstract class FuzzyAlgorithm

Methods

Name Description
abstract GetMaxMistakeCount(int) Gets the maximum allowed number of mistakes for the specified term length.
abstract GetSimilarityLevel(int) Gets the similarity level for the specified term length.

Remarks

Learn more

See Also