Uses of Class
jline.api.infer.ParamSpec
Packages that use ParamSpec
-
Uses of ParamSpec in jline.api.infer
Methods in jline.api.infer that return ParamSpecModifier and TypeMethodDescriptionstatic ParamSpecParamSpec.hostDemand(String activityName) Estimate the mean host demand of the named activity.static ParamSpecEstimate the mean think time of the named task.Method parameters in jline.api.infer with type arguments of type ParamSpecModifier and TypeMethodDescriptionstatic MatrixInferLqn.getParams(LayeredNetwork model, List<ParamSpec> paramSpec) Read the current values of the parameters named in paramSpec.static InferLqnResultInferLqn.inferLqn(LayeredNetwork model, List<ParamSpec> paramSpec, List<ObsSpec> obsSpec, Matrix Z, InferLqnOptions opt) Identify hidden LQN parameters from measured performance data.static voidInferLqn.setParams(LayeredNetwork model, List<ParamSpec> paramSpec, Matrix a) Apply a parameter vector to a LayeredNetwork in place.