Y
- the type of the independent variable (input) and dependent variable (output) of the discrete function and
the type of the scalar values (elements of the field) on which to operatepublic class FunctionSupport<Y> extends FunctionSupportWithConversionAndComparator<Y,Y>
FunctionSupportWithConversionAndComparator
for DiscreteFunction
s from Y to Y.Modifier and Type | Method and Description |
---|---|
<X> FunctionSupportWithConversionAndComparator<X,Y> |
withConversionAndComparator(Conversion<X,Y> conversion,
java.util.Comparator<X> comparator) |
averageOf, calculate, environment, rmsOf, stdOf
averageOf, rmsOf, sizeOf, stdOf, sumOf, sumOfSquaresOf, varOf
absoluteValueOf, calculate, countOf, field, inverseOf, negativeOf, one, squareOf, squareRootOf, testIf, two, zero
public final <X> FunctionSupportWithConversionAndComparator<X,Y> withConversionAndComparator(Conversion<X,Y> conversion, java.util.Comparator<X> comparator)
conversion
- defines how to transform a value of X type to Y typeFunctionSupportWithConversionAndComparator
with a given Conversion
set