Class Cache_prob_rayint

java.lang.Object
jline.api.cache.Cache_prob_rayint

public final class Cache_prob_rayint extends Object
  • Method Details

    • cache_prob_rayint

      public static Matrix cache_prob_rayint(Matrix gamma, Matrix m)
      Computes the cache state probabilities using the ray method. This method calculates the probabilities of the cache being in different states based on the access factors and capacity, utilizing the logarithm of the partition function obtained through the ray method.
      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.