SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RegressionLabels.cpp
Go to the documentation of this file.
3 
4 using namespace shogun;
5 
7 {
8 }
9 
10 CRegressionLabels::CRegressionLabels(int32_t num_labels) : CDenseLabels(num_labels)
11 {
12 }
13 
15 {
16  set_labels(src);
17 }
18 
20 {
21 }
22 
24 {
25  return LT_REGRESSION;
26 }
27 

SHOGUN Machine Learning Toolbox - Documentation