Skip to content

Commit

Permalink
Removed old enumerator
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaolong committed Mar 29, 2014
1 parent 4124834 commit ade054c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/shogun/labels/LabelTypes.h
Expand Up @@ -24,9 +24,7 @@ enum ELabelType
LT_STRUCTURED = 4,
/// latent latent labels
LT_LATENT = 5,
/// multiple output multiclass
LT_MULTICLASS_MULTIPLE_OUTPUT = 6,
/// sparse label class for multilabel classification (sets of labels)
LT_SPARSE_MULTILABEL = 7,
LT_SPARSE_MULTILABEL = 6,
};
#endif

0 comments on commit ade054c

Please sign in to comment.