Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Kn (0.06 sec)

  1. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    edu.gi
    edu.gl
    edu.gn
    edu.gp
    edu.gr
    edu.gt
    edu.gu
    edu.gy
    edu.hk
    edu.hn
    edu.ht
    edu.in
    edu.io
    edu.iq
    edu.it
    edu.jo
    edu.kg
    edu.ki
    edu.km
    edu.kn
    edu.kp
    edu.krd
    edu.kw
    edu.ky
    edu.kz
    edu.la
    edu.lb
    edu.lc
    edu.lk
    edu.lr
    edu.ls
    edu.lv
    edu.ly
    edu.me
    edu.mg
    edu.mk
    edu.ml
    edu.mn
    edu.mo
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  2. android/guava/src/com/google/common/hash/BloomFilter.java

      // Cheat sheet:
      //
      // m: total bits
      // n: expected insertions
      // b: m/n, bits per insertion
      // p: expected false positive probability
      //
      // 1) Optimal k = b * ln2
      // 2) p = (1 - e ^ (-kn/m))^k
      // 3) For optimal k: p = 2 ^ (-k) ~= 0.6185^b
      // 4) For optimal k: m = -nlnp / ((ln2) ^ 2)
    
      /**
       * Computes the optimal number of hash functions (k) for a given false positive probability (p).
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Aug 31 13:15:26 UTC 2025
    - 26.9K bytes
    - Viewed (0)
Back to top