Interface IGradientDescendableFunction
-
- All Known Subinterfaces:
IDyadRankingFeatureTransformPLGradientDescendableFunction
- All Known Implementing Classes:
DyadRankingFeatureTransformNegativeLogLikelihood
public interface IGradientDescendableFunctionThis interface represents a function that is differentiable and thus can be used by gradient descent algorithms. In particular, if a function implements this interface, we assume that the underlying space is convex.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleapply(ai.libs.jaicore.math.linearalgebra.Vector vector)Applies the function for the point represented by the given vector.
-