Skip to content

Commit

Permalink
fix doxygen warning in lars
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Apr 17, 2012
1 parent ce82cc1 commit 879ba9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shogun/regression/LARS.h
Expand Up @@ -71,8 +71,13 @@ class CFeatures;
class CLARS: public CLinearMachine
{
public:
/** default constructor
*
* @param lasso - when true, it runs the LASSO, when false, it runs LARS
* */
CLARS(bool lasso=true);

/** default destructor */
virtual ~CLARS();

/** set max number of non-zero variables for early stopping
Expand Down

0 comments on commit 879ba9e

Please sign in to comment.