SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
RegressionLabels.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License as published by
4  * the Free Software Foundation; either version 3 of the License, or
5  * (at your option) any later version.
6  *
7  * Written (W) 1999-2009 Soeren Sonnenburg
8  * Written (W) 1999-2008 Gunnar Raetsch
9  * Written (W) 2011 Heiko Strathmann
10  * Copyright (C) 1999-2009 Fraunhofer Institute FIRST and Max-Planck-Society
11  */
12 
13 #ifndef _REAL_LABELS__H__
14 #define _REAL_LABELS__H__
15 
16 #include <shogun/lib/config.h>
17 
18 #include <shogun/lib/common.h>
19 #include <shogun/io/File.h>
23 
24 namespace shogun
25 {
26  class CFile;
27  class CRegressionLabels;
28  class CDenseLabels;
29 
37 {
38  public:
41 
46  CRegressionLabels(int32_t num_labels);
47 
53 
58  CRegressionLabels(CFile* loader);
59 
64  virtual ELabelType get_label_type() const;
65 
67  virtual const char* get_name() const { return "RegressionLabels"; }
68 
69 #ifndef SWIG // SWIG should skip this part
70  virtual CLabels* shallow_subset_copy();
71 #endif
72 
73 };
74 }
75 #endif
Real Labels are real-valued labels.
The class Labels models labels, i.e. class assignments of objects.
Definition: Labels.h:43
virtual const char * get_name() const
A File access base class.
Definition: File.h:34
all of classes and functions are contained in the shogun namespace
Definition: class_list.h:18
virtual CLabels * shallow_subset_copy()
virtual ELabelType get_label_type() const
Dense integer or floating point labels.
Definition: DenseLabels.h:35
ELabelType
Definition: LabelTypes.h:15

SHOGUN Machine Learning Toolbox - Documentation