Package | Description |
---|---|
de.citec.tcs.alignment.comparators |
This module defines the interfaces for comparators in the TCS
Alignment Toolbox.
|
Modifier and Type | Class and Description |
---|---|
static class |
SparseLocalDerivative.EmptySparseLocalEntry |
static class |
SparseLocalDerivative.FixedSparseLocalDerivative
This implements the SparseLocalDerivative interface for a fixed number of
entries.
|
static class |
SparseLocalDerivative.FlexibleSparseLocalDerivative |
static class |
SparseLocalDerivative.TrivialSparseLocalDerivative
This is a representation with just one entry.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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 |
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.
|
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.
|
SparseLocalDerivative |
TrivialEditComparator.sparseComparisonDerivative(SymbolicValue a,
SymbolicValue b)
This should implement the local derivative calculation in case of
comparisons.
|
SparseLocalDerivative |
EuclideanComparator.sparseComparisonDerivative(VectorialValue a,
VectorialValue b)
This should implement the local derivative calculation in case of
comparisons.
|
SparseLocalDerivative |
L1NormComparator.sparseComparisonDerivative(VectorialValue a,
VectorialValue b)
This should implement the local derivative calculation in case of
comparisons.
|
SparseLocalDerivative |
ZeroNormComparator.sparseComparisonDerivative(VectorialValue v,
VectorialValue v1)
This should implement the local derivative calculation in case of
comparisons.
|
abstract SparseLocalDerivative |
SkipExtendedComparator.sparseComparisonDerivative(V a,
V b)
This should implement the local derivative calculation in case of
comparisons.
|
Copyright (C) 2013-2015 Benjamin Paaßen, 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 . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/