Package | Description |
---|---|
de.unibi.citec.tcs.alignment |
This package contains the actual AlignmentAlgorithms as well as their return
classes.
|
de.unibi.citec.tcs.alignment.comparators |
This package contains comparators that define distances between Values.
|
Modifier and Type | Method and Description |
---|---|
<R> R[] |
ParallelDerivativeEngine.calculateComparatorDerivatives(DerivableComparator<?,R> comp) |
<X extends Value,Y> |
PathList.calculateParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
AlignmentDerivativeAlgorithm.calculateParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
PathMap.calculateParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
SoftDTWModel.calculateParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
SoftPathModel.calculateParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
AlignmentPath.calculateParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
PathList.calculateRawParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
AlignmentDerivativeAlgorithm.calculateRawParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
PathMap.calculateRawParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
SoftDTWModel.calculateRawParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
SoftPathModel.calculateRawParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
AlignmentPath.calculateRawParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SparseDerivableComparator<X extends Value,Y>
Some derivable comparators have the special property that in each alignment
step only a small subset of parameters is needed.
|
Modifier and Type | Class and Description |
---|---|
class |
DTWKernelComparator
implements halved gauss-kernel k:
k = exp(-1/2sigma^2 * |x-y|^2) /2, with |.| beeing the weighted euclidian
distance
k is positive definite
|
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.