Skip to content

Commit

Permalink
fix latex error in documentation (x_i not \x_i)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Mar 6, 2012
1 parent d3f6438 commit cdd0218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/distance/MahalanobisDistance.h
Expand Up @@ -39,7 +39,7 @@ namespace shogun
* as
*
* \f[\displaystyle
* D = \sqrt{ (x_i - \x_i')^T \Sigma^{-1} (x_i - \x_i') }
* D = \sqrt{ (x_i - x_i')^T \Sigma^{-1} (x_i - x_i') }
* \f]
*
* i.e., instead of the mean as reference two vector \f$x_i\f$ and \f$x_i'\f$
Expand Down

0 comments on commit cdd0218

Please sign in to comment.