LabelTypes.h

Go to the documentation of this file.
00001 /*
00002  * This program is free software; you can redistribute it and/or modify
00003  * it under the terms of the GNU General Public License as published by
00004  * the Free Software Foundation; either version 3 of the License, or
00005  * (at your option) any later version.
00006  *
00007  * Copyright (C) 2012 Soeren Sonnenburg
00008  */
00009 #ifndef _LABEL_TYPES__H__
00010 #define _LABEL_TYPES__H__
00011 enum ELabelType
00012 {
00014     LT_BINARY = 0,
00016     LT_MULTICLASS = 1,
00018     LT_REGRESSION = 3,
00020     LT_STRUCTURED = 4,
00022     LT_LATENT = 5,
00024     LT_MULTICLASS_MULTIPLE_OUTPUT = 6
00025 };
00026 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation