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