Uses of Class
jline.util.Pair
Package
Description
Abstractions to declare basic elements of a model.
This package contains statistical distributions used to specify arrival rates, service rates, and item popularities
Classes for coordinate the execution and performance metric estimation in MVA-based algorithms
This package contains some fundamental data structures and utilities
-
Uses of Pair in jline.lang
Modifier and TypeMethodDescriptiondouble
Modifier and TypeMethodDescriptionvoid
Event.setProbFun
(SerializableFunction<Pair<Map<Node, Matrix>, Map<Node, Matrix>>, Double> probFun) -
Uses of Pair in jline.lang.processes
ModifierConstructorDescriptionContinuousDistribution
(String name, int numParam, Pair<Double, Double> support) DiscreteDistribution
(String name, int numParam, Pair<Double, Double> support) Distribution
(String name, int numParam, Pair<Double, Double> support) -
Uses of Pair in jline.solvers.mva.handlers
Modifier and TypeMethodDescriptionAMVALDHandler.solver_amvald_forward
(List<Matrix> gamma, Matrix tau, Matrix Qchain_in, Matrix Xchain_in, Matrix Uchain_in, Matrix STchain_in, Matrix Vchain_in, Matrix Nchain_in, Matrix SCVchain_in, double Nt, double delta, Matrix deltaclass, List<Integer> ocl, List<Integer> ccl, List<Integer> nnzclasses, Map<Integer, List<Integer>> nnzclasses_eprio, Map<Integer, List<Integer>> nnzclasses_hprio, Map<Integer, List<Integer>> nnzclasses_ehprio, NetworkStruct sn, SolverOptions options) -
Uses of Pair in jline.util