Interface PrimitiveFunction.Binary
- All Superinterfaces:
BasicFunction, BiFunction<Double,Double, Double>, BinaryFunction<Double>, BinaryOperator<Double>, DoubleBinaryOperator
- All Known Implementing Classes:
ArtificialNeuralNetwork.Error
- Enclosing class:
PrimitiveFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface PrimitiveFunction.Binary
extends BinaryFunction<Double>
-
Nested Class Summary
Nested classes/interfaces inherited from interface BasicFunction
BasicFunction.Differentiable<N,F>, BasicFunction.Integratable<N, F>, BasicFunction.PlainUnary<T, R> Nested classes/interfaces inherited from interface BinaryFunction
BinaryFunction.FixedFirst<N>, BinaryFunction.FixedSecond<N> -
Method Summary
Methods inherited from interface BiFunction
andThen
-
Method Details
-
invoke
- Specified by:
invokein interfaceBinaryFunction<Double>
-
invoke
-