public class ScoreAssociateHamming_B extends java.lang.Object implements ScoreAssociation<TupleDesc_B>
| Constructor and Description |
|---|
ScoreAssociateHamming_B() |
| Modifier and Type | Method and Description |
|---|---|
MatchScoreType |
getScoreType()
Specifies the type of score which is returned.
|
double |
score(TupleDesc_B a,
TupleDesc_B b)
Compute the fit score between the two features.
|
public double score(TupleDesc_B a, TupleDesc_B b)
ScoreAssociationscore in interface ScoreAssociation<TupleDesc_B>a - first featureb - second featurepublic MatchScoreType getScoreType()
ScoreAssociationgetScoreType in interface ScoreAssociation<TupleDesc_B>