Uses of Class
jline.api.infer.InferLqnResult
Packages that use InferLqnResult
-
Uses of InferLqnResult in jline.api.infer
Methods in jline.api.infer that return InferLqnResultModifier 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.