public interface AlignmentDerivativeAlgorithm
Modifier and Type | Method and Description |
---|---|
<X extends Value,Y> |
calculateParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
<X extends Value,Y> |
calculateRawParameterDerivative(DerivableComparator<X,Y> comp)
This returns the derivatives for all parameters of the given comparator
according to the implementation.
|
double[] |
calculateWeightDerivative()
Calculates the derivative for each keyword weight.
|
<X extends Value,Y> double[] calculateRawParameterDerivative(DerivableComparator<X,Y> comp)
X
- the values the given comparator can compare.comp
- the DerivableComparator that provides functionality to
calculate local derivatives.<X extends Value,Y> Y calculateParameterDerivative(DerivableComparator<X,Y> comp)
X
- the values the given comparator can compare.Y
- the result format for derivatives of the given comparator.comp
- the DerivableComparator that provides functionality to
calculate local derivatives.double[] calculateWeightDerivative()
Copyright © 2014. All rights reserved.