We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0757b2e commit 73dd7c9Copy full SHA for 73dd7c9
docs/HTML/MedianVisitor.html
@@ -56,9 +56,9 @@
56
</td>
57
<td>
58
This is a "single action visitor", meaning it is passed the whole data vector in one call and you must use the single_act_visit() interface.<BR><BR>
59
- This functor class finds the median of the given column, using the above Kth element visitor. It computes in linear time.
+ This functor class finds the median of the given column, using the Kth element visitor. It computes in linear time.
60
61
- <td width = "12%">
+ <td width = "30%">
62
<B>T</B>: Column data type<BR>
63
<B>I</B>: Index type<BR>
64
<B>A</B>: Memory alignment boundary for vectors. Default is system default alignment<BR>
0 commit comments