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