| Package | Description |
|---|---|
| com.wcohen.ss |
This package contains a bunch of approximate string comparators, plus code for
performing controlled experiments with this.
|
| Modifier and Type | Field and Description |
|---|---|
static CharMatchScore |
CharMatchScore.DIST_01
Scores match as 0, mismatch as -1.
|
static CharMatchScore |
CharMatchScore.DIST_21
Scores match as +2, mismatch as -1.
|
| Constructor and Description |
|---|
AffineGap(CharMatchScore charMatchScore,
double openGapScore,
double extendGapScore,
double lowerBound) |
ApproxNeedlemanWunsch(CharMatchScore charMatchScore,
double gapCost) |
NeedlemanWunsch(CharMatchScore charMatchScore,
double gapCost) |
SmithWaterman(CharMatchScore charMatchScore,
double gapCost) |
Copyright © 2016. All rights reserved.