Skip to content

Commit

Permalink
Added doc for MultitaskLeastSquaresRegression
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 21, 2012
1 parent 64f1532 commit f9ca4a4
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -16,11 +16,16 @@

namespace shogun
{
/** @brief */
/** @brief class Multitask Least Squares Regression, a
* machine to solve regression problems with a few tasks
* related via group or tree. Based on L1/Lq regression
* for groups and L1/L2 for trees
*/
class CMultitaskLeastSquaresRegression : public CMultitaskLinearMachine
{

public:
/** problem type */
MACHINE_PROBLEM_TYPE(PT_REGRESSION)

/** default constructor */
Expand Down

0 comments on commit f9ca4a4

Please sign in to comment.