Package jline.api.cache
Class Cache_prob_rayint
java.lang.Object
jline.api.cache.Cache_prob_rayint
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixcache_prob_rayint(Matrix gamma, Matrix m) Computes the cache state probabilities using the ray method.
-
Method Details
-
cache_prob_rayint
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.
-