Class Cache_prob_erecKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Matrix cache_prob_erec(Matrix gamma, Matrix m) Computes the cache state probabilities using an exact recursive method.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • cache_prob_erec

         final static Matrix cache_prob_erec(Matrix gamma, Matrix m)

        Computes the cache state probabilities using an exact recursive method. This method calculates the probabilities of the cache being in different states based on the cache access factors and capacity.

        Parameters:
        gamma - Matrix representing the cache access factors.
        m - Matrix representing the cache capacity vector.
        Returns:

        matrix containing the computed cache state probabilities for each item and level.