SHOGUN  v2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
StreamingFeatures.cpp
Go to the documentation of this file.
2 
3 using namespace shogun;
4 
6 {
7 }
8 
10  bool is_labelled, int32_t size) : CFeatures()
11 {
12 }
13 
15 {
18 }
19 
21 {
22  return has_labels;
23 }
24 
26 {
27  return seekable;
28 }
29 
31 {
33  return;
34 }

SHOGUN Machine Learning Toolbox - Documentation