public abstract class FuzzyAlgorithm extends Object
Learn more
| Modifier and Type | Field and Description |
|---|---|
protected FuzzyAlgorithm |
core |
| Modifier | Constructor and Description |
|---|---|
protected |
FuzzyAlgorithm() |
protected |
FuzzyAlgorithm(FuzzyAlgorithm core) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCore() |
abstract int |
getMaxMistakeCount(int termLength)
Gets the maximum allowed number of mistakes for the specified term length.
|
abstract double |
getSimilarityLevel(int termLength)
Gets the similarity level for the specified term length.
|
protected final FuzzyAlgorithm core
protected FuzzyAlgorithm()
protected FuzzyAlgorithm(FuzzyAlgorithm core)
public Object getCore()
public abstract int getMaxMistakeCount(int termLength)
termLength - The term length.public abstract double getSimilarityLevel(int termLength)
termLength - The term length.Copyright © 2026. All rights reserved.