Package jline.io

Class Ret.cacheMissRayInt

java.lang.Object
jline.io.Ret.cacheMissRayInt
Enclosing class:
Ret

public static class Ret.cacheMissRayInt extends Object
Represents the return type for cache miss rate computations with the ray method. This class encapsulates various metrics related to the cache miss rates and probabilities.
  • Constructor Details

    • cacheMissRayInt

      public cacheMissRayInt(double M, double[] MU, double[] MI, double[] pi0, double lE)
  • Method Details

    • getM

      public double getM()
    • getMU

      public double[] getMU()
    • getMI

      public double[] getMI()
    • getPi0

      public double[] getPi0()
    • getlE

      public double getlE()