Skip to content

Commit

Permalink
remove german umlaut from code -> ascii only
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jun 27, 2012
1 parent 60e54ed commit bd0fd92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shogun/statistics/LinearTimeMMD.h
Expand Up @@ -20,7 +20,7 @@ class CFeatures;

/** @brief This class implements the linear time Maximum Mean Statistic as
* described in
* Gretton, A., Borgwardt, K. M., Rasch, M. J., Schölkopf, B., & Smola, A. (2012).
* Gretton, A., Borgwardt, K. M., Rasch, M. J., Schoelkopf, B., & Smola, A. (2012).
* A Kernel Two-Sample Test. Journal of Machine Learning Research, 13, 671-721.
*
* Along with the statistic comes a method to compute a p-value based on a
Expand Down
2 changes: 1 addition & 1 deletion src/shogun/statistics/QuadraticTimeMMD.h
Expand Up @@ -35,7 +35,7 @@ enum EQuadraticMMDType
* Unbiased, that is: TODO
*
* See
* Gretton, A., Borgwardt, K. M., Rasch, M. J., Schölkopf, B., & Smola, A. (2012).
* Gretton, A., Borgwardt, K. M., Rasch, M. J., Schoelkopf, B., & Smola, A. (2012).
* A Kernel Two-Sample Test. Journal of Machine Learning Research, 13, 671-721.
*
* To choose, use set_statistic_type()
Expand Down

0 comments on commit bd0fd92

Please sign in to comment.