Skip to content

Commit

Permalink
fix doc of reallabels
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed May 20, 2012
1 parent fa50f74 commit 16581fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/shogun/labels/RealLabels.h
Expand Up @@ -25,9 +25,11 @@ namespace shogun
class CRealLabels;
class CDenseLabels;

/** @brief Real Labels for multi-class classification
/** @brief Real Labels are real-valued labels
*
* valid values for labels are 0...nr_classes-1
* They are used for regression problems and as outputs of classifiers.
*
* valid values for labels are all real-valued numbers.
*/
class CRealLabels : public CDenseLabels
{
Expand Down

0 comments on commit 16581fb

Please sign in to comment.