Uses of Class
jline.api.infer.InferLqnOptions
Packages that use InferLqnOptions
-
Uses of InferLqnOptions in jline.api.infer
Methods in jline.api.infer with parameters of type InferLqnOptionsModifier and TypeMethodDescriptionstatic InferLqnResultInferLqn.ekf(Function<Matrix, Matrix> hfun, Matrix a0, Matrix P0, Matrix Z, Matrix Q, Matrix R, InferLqnOptions opt) Extended Kalman Filter tracking a hidden parameter vector across Z.static InferLqnResultInferLqn.inferLqn(LayeredNetwork model, List<ParamSpec> paramSpec, List<ObsSpec> obsSpec, Matrix Z, InferLqnOptions opt) Identify hidden LQN parameters from measured performance data.