Skip to content

Commit

Permalink
Added SLEP doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 11, 2012
1 parent 98c9256 commit bbf8c1f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/shogun/lib/slep/slep_solver.h
Expand Up @@ -17,6 +17,20 @@
namespace shogun
{

/** Learning optimization task solver ported from the
* SLEP (Sparse LEarning Package) library.
*
* Based on accelerated projected gradient method.
*
* Supports two types of losses: logistic and least squares.
*
* Supports multitask problems (task group [MULTITASK_GROUP]
* and task tree [MULTITASK_TREE] relations),
* problems with feature relations (feature group [FEATURE_GROUP]
* and feature tree [FEATURE_TREE]),
* basic regularized problems [PLAIN] and fused formulation.
*
*/
slep_result_t slep_solver(
CDotFeatures* features,
double* y,
Expand Down

0 comments on commit bbf8c1f

Please sign in to comment.