Package | Description |
---|---|
de.unibi.citec.tcs.alignment.comparators |
This package contains comparators that define distances between Values.
|
Modifier and Type | Method and Description |
---|---|
ReplacementCosts |
ReplacementComparator.getCostMatrix()
Returns the ReplacementCosts object that defines the explicit cost matrix
for replacements between the symbols in the given alphabet.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplacementComparator.setCostMatrix(ReplacementCosts costMatrix)
Sets the ReplacementCosts that shall be used within this Comparator.
|
Constructor and Description |
---|
ReplacementComparator(ReplacementCosts costMatrix) |
Copyright © 2014. All rights reserved.