fr.orsay.lri.varna.models.treealign
Interface TreeAlignLabelDistanceSymmetric<ValueType>
- Type Parameters:
ValueType
-
- All Superinterfaces:
- TreeAlignLabelDistanceAsymmetric<ValueType,ValueType>
- All Known Implementing Classes:
- ExampleDistance2, ExampleDistance3
public interface TreeAlignLabelDistanceSymmetric<ValueType>
- extends TreeAlignLabelDistanceAsymmetric<ValueType,ValueType>
Same as TreeAlignLabelDistanceAsymmetric, but elements on both
trees are of the same type, and the function is symmetric, ie.
f(x,y) = f(y,x) .