diff --git a/docs/HTML/MedianVisitor.html b/docs/HTML/MedianVisitor.html index 25032aee..f1027207 100644 --- a/docs/HTML/MedianVisitor.html +++ b/docs/HTML/MedianVisitor.html @@ -56,9 +56,9 @@ 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.

- 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. - + T: Column data type
I: Index type
A: Memory alignment boundary for vectors. Default is system default alignment