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 |
---|---|
OperationType |
Operation.getType() |
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Operation(Node left,
Node right,
OperationType type,
AlignmentPath path)
This constructs an Operation within an AlignmentPath.
|
Modifier and Type | Method and Description |
---|---|
double |
ReplacementComparator.calculateLocalDerivative(int paramIdx,
SymbolicValue a,
SymbolicValue b,
OperationType type)
This is called by an AlignmentDerivativeAlgorithm and should calculate
the local derivative for only one comparison of the values a and b.
|
double |
DTWKernelComparator.calculateLocalDerivative(int paramIdent,
VectorialValue a,
VectorialValue b,
OperationType type)
TODO: think about opterationType
This is called by an AlignmentDerivativeAlgorithm and should calculate
the local derivative for only one comparison of the values a and b.
|
double |
SkipExtendedComparator.calculateLocalDerivative(int paramIdx,
V a,
V b,
OperationType type)
This is called by an AlignmentDerivativeAlgorithm and should calculate
the local derivative for only one comparison of the values a and b.
|
double |
ComparisonBasedSkipExtendedComparator.calculateLocalDerivative(int paramIdx,
V a,
V b,
OperationType type)
This is called by an AlignmentDerivativeAlgorithm and should calculate
the local derivative for only one comparison of the values a and b.
|
double |
DerivableComparator.calculateLocalDerivative(int paramIdx,
X a,
X b,
OperationType type)
This is called by an AlignmentDerivativeAlgorithm and should calculate
the local derivative for only one comparison of the values a and b.
|
SparseLocalDerivative |
ReplacementComparator.calculateSparseLocalDerivative(SymbolicValue a,
SymbolicValue b,
OperationType type)
This method shall return a sparse representation of the derivative for
all parameters that have non-zero derivatives in this step of the
alignment.
|
SparseLocalDerivative |
SkipExtendedComparator.calculateSparseLocalDerivative(V a,
V b,
OperationType type)
This method shall return a sparse representation of the derivative for
all parameters that have non-zero derivatives in this step of the
alignment.
|
SparseLocalDerivative |
ComparisonBasedSkipExtendedComparator.calculateSparseLocalDerivative(V a,
V b,
OperationType type)
This method shall return a sparse representation of the derivative for
all parameters that have non-zero derivatives in this step of the
alignment.
|
SparseLocalDerivative |
SparseDerivableComparator.calculateSparseLocalDerivative(X a,
X b,
OperationType type)
This method shall return a sparse representation of the derivative for
all parameters that have non-zero derivatives in this step of the
alignment.
|
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