Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix minor documentation typos
  • Loading branch information
Soeren Sonnenburg committed Feb 1, 2012
1 parent 870172a commit aaf479e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shogun/features/Labels.h
Expand Up @@ -147,7 +147,7 @@ class CLabels : public CSGObject
*
* possible with subset
*
* @reutrn unique labels
* @return unique labels
*/
SGVector<float64_t> get_unique_labels();

Expand Down
2 changes: 1 addition & 1 deletion src/shogun/regression/KRR.h
Expand Up @@ -37,7 +37,7 @@ namespace shogun
* \frac{1}{2}\left(\sum_{i=1}^N(y_i-{\bf w}\cdot {\bf x}_i)^2 + \tau||{\bf w}||^2\right)
* \f]
*
* which is boils down to solving a linear system
* which boils down to solving a linear system
*
* \f[
* {\bf w} = \left(\tau {\bf I}+ \sum_{i=1}^N{\bf x}_i{\bf x}_i^T\right)^{-1}\left(\sum_{i=1}^N y_i{\bf x}_i\right)
Expand Down

0 comments on commit aaf479e

Please sign in to comment.