Package | Description |
---|---|
de.unibi.citec.tcs.alignment.comparators |
This package contains comparators that define distances between Values.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SkipComparator<X extends Value>
This further specifies the AlignmentComparator to include skips.
|
Modifier and Type | Class and Description |
---|---|
class |
CharStatComparator
This compares strings using statistics over the number of letters inside.
|
class |
EuclidianComparator
Compares vectors using the L2-Norm.
|
class |
L1NormComparator
Compares vectors using the L1-Norm.
|
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.