Package jline.api.cache
Class CacheMissRmfTranResult
java.lang.Object
jline.api.cache.CacheMissRmfTranResult
Transient refined-mean-field cache trajectory returned by
Cache_miss_rmf.cache_miss_rmf_tran(jline.util.matrix.Matrix, jline.util.matrix.Matrix, jline.util.matrix.Matrix[], double, int, double[]).
Java port of the transient outputs of the MATLAB cache_miss_rmf.m
tspan path: the time grid, the per-item list-0 occupancy trajectory, the
per-user miss-rate trajectory, and the full DDPP occupancy trajectory used to
carry the cache mean occupancy across environment switches.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCacheMissRmfTranResult(double[] t, double[][] pi0_t, double[][] MU_t, double[][] xtraj) -
Method Summary
-
Field Details
-
t
public final double[] tTime grid (nt,). -
pi0_t
public final double[][] pi0_tPer-item list-0 occupancy (miss probability) trajectory (n x nt). -
MU_t
public final double[][] MU_tPer-user miss-rate trajectory (u x nt). -
xtraj
public final double[][] xtrajFull DDPP occupancy trajectory (dim x nt).
-
-
Constructor Details
-
CacheMissRmfTranResult
public CacheMissRmfTranResult(double[] t, double[][] pi0_t, double[][] MU_t, double[][] xtraj)
-