Class Cache_prob_spm

java.lang.Object
jline.api.cache.Cache_prob_spm

public final class Cache_prob_spm extends Object
  • Method Details

    • cache_prob_spm

      public static Matrix cache_prob_spm(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.