Package jline.io

Class Ret.cacheMVA

  • All Implemented Interfaces:

    
    public class Ret.cacheMVA
    
                        

    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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Ret.cacheMVA

        Ret.cacheMVA(Matrix pi, Matrix pi0, Matrix pij, Matrix x, Matrix u, int E)
        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.
    • Method Detail