public class ScaledLevenstein extends Levenstein
| Constructor and Description |
|---|
ScaledLevenstein() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] argv) |
double |
score(StringWrapper s,
StringWrapper t)
This method needs to be implemented by subclasses.
|
String |
toString() |
explainScoreaddExample, doMain, explainScore, getDistance, hasNextQuery, nextQuery, prepare, prepare, prepare, score, setDistanceInstancePool, setStringWrapperPoolpublic double score(StringWrapper s, StringWrapper t)
AbstractStringDistancescore in interface StringDistancescore in class NeedlemanWunschpublic String toString()
toString in class Levensteinpublic static void main(String[] argv)
Copyright © 2016. All rights reserved.