Package jline.io
Class Ret.cacheMVA
java.lang.Object
jline.io.Ret.cacheMVA
- Enclosing class:
Ret
Represents the return type for the cache MVA (Mean Value Analysis) computations.
This class encapsulates the results including various probability matrices and other related metrics.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
pi
-
pi0
-
pij
-
x
-
u
-
E
public int E
-
-
Constructor Details
-
cacheMVA
Constructor for initializing the cacheMVAReturn object.- Parameters:
pi
- - Matrix representing the cache state probabilities.pi0
- - Matrix representing the initial state probabilities.pij
- - Matrix representing the cache state probabilities for specific items and levels.x
- - Matrix representing additional metric data.u
- - Matrix representing another computed metric.E
- - Integer representing an additional metric or counter.
-