Package jline.api.cache
Class Cache_prob_erec
java.lang.Object
jline.api.cache.Cache_prob_erec
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixcache_prob_erec(Matrix gamma, Matrix m) Computes the cache state probabilities using an exact recursive method.
-
Method Details
-
cache_prob_erec
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.
-