Package jline.api.cache
Class Cache_prob_spmKt
-
- All Implemented Interfaces:
public final class Cache_prob_spmKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixcache_prob_spm(Matrix gamma, Matrix m)Computes the cache state probabilities using the ray method. -
-
Method Detail
-
cache_prob_spm
final 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 - A matrix containing the computed cache state probabilities for each item and level.
-
-
-
-