File tree Expand file tree Collapse file tree
src/main/java/com/yahoo/sketches/frequencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 * <p><b>Maximum Capacity of the Sketch</b></p>
7171 *
7272 * <p>The LOAD_FACTOR for the hash map is internally set at 75%,
73- * which means at any time the map capacity of (item, count) pairs is <i>mapCap</i> = 0.75 X
73+ * which means at any time the map capacity of (item, count) pairs is <i>mapCap</i> = 0.75 *
7474 * <i>mapSize</i>.
75- * The maximum capacity of (item, count) pairs of the sketch is <i>maxMapCap</i> = 0.75 X
75+ * The maximum capacity of (item, count) pairs of the sketch is <i>maxMapCap</i> = 0.75 *
7676 * <i>maxMapSize</i>.
7777 * Papers that describe the mathematical error properties of this type of algorithm often
7878 * refer to sketch capacity with the symbol <i>k</i>.</p>
Original file line number Diff line number Diff line change 6868 *
6969 * <p>The LOAD_FACTOR for the hash map is internally set at 75%,
7070 * which means at any time the map capacity of (item, count) pairs is <i>mapCap</i> =
71- * 0.75 * <i>< mapSize</i>.
71+ * 0.75 * <i>mapSize</i>.
7272 * The maximum capacity of (item, count) pairs of the sketch is <i>maxMapCap</i> =
7373 * 0.75 * <i>maxMapSize</i>.
7474 * Papers that describe the mathematical error properties of this type of algorithm often
You can’t perform that action at this time.
0 commit comments