Package jline.api.cache
Class Cache_gammaKt
-
- All Implemented Interfaces:
public final class Cache_gammaKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.cacheGamma
cache_gamma(MatrixCell lambda, MatrixCell R)
Computes access factors for the cache. -
-
Method Detail
-
cache_gamma
final static Ret.cacheGamma cache_gamma(MatrixCell lambda, MatrixCell R)
Computes access factors for the cache.
- Parameters:
lambda
-MatrixCell representing request arrival rates from users to items of individual lists.
R
-MatrixCell of MatrixCell representing the reachability graph of a list for different streams and items.
- Returns:
cacheGamma - An object containing access factors (gamma), the number of users (u), the number of items (n), and the number of lists (h).
-
-
-
-