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 |
---|---|
class |
ArrayGradient
A simple array implementation of the Gradient interface.
|
class |
EmptyGradient
A trivial Gradient implementation without any entries.
|
class |
ListGradient
A list-based implementation of the Gradient interface.
|
class |
SingletonGradient
A Gradient with a single entry.
|
Modifier and Type | Method and Description |
---|---|
Gradient |
NormalizedL1RelevanceComparator.computeComparisonGradient(double[] x,
double[] y) |
Gradient |
NormalizedEuclideanRelevanceComparator.computeComparisonGradient(double[] x,
double[] y) |
Gradient |
TrivialEditComparator.computeComparisonGradient(X a,
X b) |
Gradient |
ParameterLessSkipExtendedComparator.computeComparisonGradient(X a,
Y b) |
Gradient |
ParameterLessComparisonBasedSkipExtendedComparator.computeComparisonGradient(X a,
Y b) |
abstract Gradient |
SkipExtendedComparator.computeComparisonGradient(X a,
Y b)
Computes the gradient of the comparator function w.r.t.
|
Gradient |
AbstractDerivableValueComparatorWrapper.computeGradient(OperationType type,
Node a,
Node b) |
Gradient |
AlignmentSpecification.computeGradient(OperationType type,
Node a,
Node b) |
Gradient |
SquareReplacementMatrixComparator.computeGradient(OperationType type,
X a,
X b) |
Gradient |
ComparisonBasedSkipExtendedComparator.computeGradient(OperationType type,
X a,
Y b) |
Gradient |
DerivableComparator.computeGradient(OperationType type,
X a,
Y b)
Computes the gradient of this comparator function w.r.t.
|
Gradient |
SkipExtendedComparator.computeGradient(OperationType type,
X a,
Y b) |
Copyright (C) 2016 Benjamin Paaßen, 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/