Skip to content

Commit

Permalink
Merge pull request #447 from vigsterkr/master
Browse files Browse the repository at this point in the history
yet another fix for PNorm doxygen comment
  • Loading branch information
Soeren Sonnenburg committed Apr 13, 2012
2 parents ba71ded + 92348cf commit 6c0a969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/shogun/preprocessor/PNorm.h
Expand Up @@ -34,6 +34,9 @@ class CPNorm : public CSimplePreprocessor<float64_t>
/** default PNorm Constructor */
CPNorm ();

/** constructor
* @param p the norm to calculate. NOTE: has to be greater or equal than 1.0
*/
CPNorm (double p);

/** destructor */
Expand Down

0 comments on commit 6c0a969

Please sign in to comment.