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