Class Cache_gammaKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Ret.cacheGamma cache_gamma(MatrixCell lambda, MatrixCell R) Computes access factors for the cache.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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).