Skip to content

Commit

Permalink
Fix for PNorm constructor doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Apr 13, 2012
1 parent ba71ded commit 92348cf
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 92348cf

Please sign in to comment.