Skip to content

Commit

Permalink
Keep original style without new indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Nov 25, 2016
1 parent 3660317 commit 22bfb68
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,7 @@ class PairRDDFunctions[K, V](self: RDD[(K, V)])
* Algorithmic Engineering of a State of The Art Cardinality Estimation Algorithm", available
* <a href="http://dx.doi.org/10.1145/2452376.2452456">here</a>.
*
* The relative accuracy is approximately `1.054 / sqrt(2^p)`. Setting a nonzero
*
* {{{
* sp > p
* }}}
*
* The relative accuracy is approximately `1.054 / sqrt(2^p)`. Setting a nonzero (sp &gt; p)
* would trigger sparse representation of registers, which may reduce the memory consumption
* and increase accuracy when the cardinality is small.
*
Expand Down

0 comments on commit 22bfb68

Please sign in to comment.