Package jdistlib.inference
Interface LogDensity
- All Known Subinterfaces:
BatchedDifferentiableLogDensity,ComputeBackedLogDensity,DifferentiableLogDensity,TemperedLogDensity
- All Known Implementing Classes:
AcceleratedLogisticRegression,BayesianModel,EvaluationCounter,ModelEvaluator,ReverseModeLogDensity
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An unnormalized log density on an unconstrained Euclidean state space.
-
Method Summary
-
Method Details
-
logDensity
double logDensity(double[] state)
-