Skip to content

Commit

Permalink
Merge pull request #725 from vigsterkr/so
Browse files Browse the repository at this point in the history
Fix doxygen comments in structure
  • Loading branch information
lisitsyn committed Aug 16, 2012
2 parents bfd1965 + b7037d3 commit 271aeed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/shogun/structure/libbmrm.h
Expand Up @@ -112,7 +112,7 @@ inline uint32_t find_free_idx(bool *map, uint32_t size)

/** Standard BMRM Solver for Structured Output Learning
*
* @param model Pointer to user data passed to risk function
* @param model Pointer to user defined CStructuredModel
* @param W Weight vector
* @param TolRel Relative tolerance
* @param TolAbs Absolute tolerance
Expand Down
4 changes: 2 additions & 2 deletions src/shogun/structure/libp3bm.h
Expand Up @@ -22,11 +22,11 @@ namespace shogun
/** Proximal Point P-BMRM (multiple cutting plane models) Solver for
* Structured Output Learning
*
* @param model Pointer to user data passed to risk function
* @param model Pointer to user defined CStructuredModel
* @param W Weight vector
* @param TolRel Relative tolerance
* @param TolAbs Absolute tolerance
* @param lambda Regularization constant
* @param _lambda Regularization constant
* @param _BufSize Size of the CP buffer (i.e. maximal number of iterations)
* @param cleanICP Flag that enables/disables inactive cutting plane removal
* feature
Expand Down
5 changes: 2 additions & 3 deletions src/shogun/structure/libppbm.h
Expand Up @@ -21,11 +21,11 @@ namespace shogun
{
/** Proximal Point BMRM Solver for Structured Output Learning
*
* @param data Pointer to user data passed to risk function
* @param model Pointer to user defined CStructuredModel
* @param W Weight vector
* @param TolRel Relative tolerance
* @param TolAbs Absolute tolerance
* @param lambda Regularization constant
* @param _lambda Regularization constant
* @param _BufSize Size of the CP buffer (i.e. maximal number of iterations)
* @param cleanICP Flag that enables/disables inactive cutting plane removal
* feature
Expand All @@ -34,7 +34,6 @@ namespace shogun
* @param K Parameter K
* @param Tmax Parameter Tmax
* @param verbose Flag that enables/disables screen output
* @param risk_function Pointer to risk function
* @return Structure with BMRM algorithm result
*/
bmrm_return_value_T svm_ppbm_solver(
Expand Down

0 comments on commit 271aeed

Please sign in to comment.