Package | Description |
---|---|
de.unibi.citec.tcs.alignment.comparators |
This package contains comparators that define distances between Values.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplacementComparator
This comparator defines explicit replacement (and deletion/insertion) costs
for comparison of symbolic values.
|
class |
TrivialEditComparator
This is a Comparator for SymbolicValues that just specifies a score for:
a match between the same symbols (0 per default)
a mismatch between different symbols (1 per default)
an alignment of a symbol with a gap (1 per default).
|
Copyright © 2014. All rights reserved.