Package jline.api.cache
Class Cache_xi_bvh
java.lang.Object
jline.api.cache.Cache_xi_bvh
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixcache_xi_bvh(Matrix gamma, Matrix m) Computes the cache xi terms using the iterative method used in Gast-van Houdt, SIGMETRICS 2015.
-
Method Details
-
cache_xi_bvh
Computes the cache xi terms using the iterative method used in Gast-van Houdt, SIGMETRICS 2015. This method calculates the xi values, which are important for understanding the distribution of items in the cache. The script assumes (like the paper) that the access factors are monotone with the list index, so it may not work with arbitrary (non-monotone) access costs.- Parameters:
gamma- Matrix representing the cache access factors.m- Matrix representing the cache capacity vector.- Returns:
- Matrix containing the computed xi terms.
-