Package | Description |
---|---|
de.unibi.citec.tcs.alignment.comparators |
This package contains comparators that define distances between Values.
|
Modifier and Type | Method and Description |
---|---|
double |
NCDComparator.compare(StringValue a,
StringValue b)
This has to return a distance between a and b with the following
restrictions:
The return value has to lie between 0 and 1.
|
double |
CharStatComparator.compare(StringValue a,
StringValue b)
This has to return a distance between a and b with the following
restrictions:
The return value has to lie between 0 and 1.
|
double |
NCDComparator.comparisonDerivative(int paramIdx,
StringValue a,
StringValue b)
This should implement the local derivative calculation in case of
comparisons.
|
double |
CharStatComparator.comparisonDerivative(int paramIdx,
StringValue a,
StringValue b)
This should implement the local derivative calculation in case of
comparisons.
|
SparseLocalDerivative |
NCDComparator.sparseComparisonDerivative(StringValue a,
StringValue b)
This should implement the local derivative calculation in case of
comparisons.
|
SparseLocalDerivative |
CharStatComparator.sparseComparisonDerivative(StringValue a,
StringValue b)
This should implement the local derivative calculation in case of
comparisons.
|
Copyright (C) 2013, 2014 Benjamin Paaßen, Charlie Krüger, Georg Zentgraf, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs