Class Cache_prob_erec

java.lang.Object
jline.api.cache.Cache_prob_erec

public final class Cache_prob_erec extends Object
  • Method Details

    • cache_prob_erec

      public 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.