Package jdistlib.inference
Class ModelEvaluationCache
java.lang.Object
jdistlib.inference.ModelEvaluationCache
Cached per-factor values for proposal algorithms that change few coordinates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleevaluate(BayesianModel model, double[] proposed, int... changedCoordinates) double[]state()doublevalue()
-
Constructor Details
-
ModelEvaluationCache
-
-
Method Details
-
evaluate
-
value
public double value() -
state
public double[] state()
-