Skip to content

Commit

Permalink
Fixed doc mistake in statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 30, 2012
1 parent d321e36 commit 4c43de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/mathematics/Statistics.h
Expand Up @@ -61,7 +61,7 @@ class CStatistics: public CSGObject
* (Using QuickSelect).
* If true, median is computed without modifications, which is slower.
* There are two methods to choose from.
* @param in-place if set false, the vector is copied and then computed
* @param in_place if set false, the vector is copied and then computed
* using QuickSelect. If set true, median is computed in-place using
* Torben method.
* @return median of given values
Expand All @@ -81,7 +81,7 @@ class CStatistics: public CSGObject
* (Using QuickSelect).
* If true, median is computed without modifications, which is slower.
* There are two methods to choose from.
* @param in-place if set false, the vector is copied and then computed
* @param in_place if set false, the vector is copied and then computed
* using QuickSelect. If set true, median is computed in-place using
* Torben method.
* @return median of given values
Expand Down

0 comments on commit 4c43de1

Please sign in to comment.