public abstract static class MatchCostFunction.AbstractMatchCostFunction<K,V> extends java.lang.Object implements MatchCostFunction<K,V>
MatchCostFunction.AbstractMatchCostFunction<K,V>| Constructor and Description |
|---|
AbstractMatchCostFunction() |
| Modifier and Type | Method and Description |
|---|---|
double |
cost(K k1,
K k2,
int n) |
double |
cost(K k1,
K k2,
K k3,
int n) |
double |
multiMatchDeltaCost(java.util.List<K> k,
V v,
java.util.List<Match<K,V>> prevMultiMatch,
java.util.List<Match<K,V>> curMultiMatch) |