public class SequenceMatchingCostEquality extends SequenceMatchingCost
SequenceMatchingCost.matchExact
cost is returned, otherwise the zero cost is returned.Modifier and Type | Field and Description |
---|---|
static SequenceMatchingCost |
DEFAULT
Default scores: gap opening 0.3, gap continue 0.05, exact match score 5.
|
distMatch, distMismatch, gapContinue, gapOpening, matchApprox, matchExact, matchMismatch, SIFT_DEFAULT
Constructor and Description |
---|
SequenceMatchingCostEquality() |
SequenceMatchingCostEquality(float gapOpen,
float gapCont,
float match,
float semimatch,
float mismatch,
float matchDist,
float mismatchDist) |
getApproxCost, getCost, getCost, getGapContinue, getGapOpening, getMatchApprox, getMatchExact, getMatchMismatch, getMaxCost
public static SequenceMatchingCost DEFAULT