SHOGUN  v1.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros 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 }
bool has_labels
Whether examples are labelled or not.
#define SG_NOTIMPLEMENTED
Definition: SGIO.h:82
A Streaming File access class.
Definition: StreamingFile.h:38
virtual void set_vector_and_label_reader()=0
virtual void set_vector_reader()=0
bool seekable
Whether the stream is seekable.
The class Features is the base class of all feature objects.
Definition: Features.h:56

SHOGUN Machine Learning Toolbox - Documentation