68 void CStreamingVwFile::init()
 
virtual void get_vector_and_label(VwExample *&ex, int32_t &len, float64_t &label)
 
int32_t read_features(CIOBuffer *buf, VwExample *&ex)
 
CVwParser * parser
Parser for vw format. 
 
CVwParser is the object which provides the functions to parse examples from buffered input...
 
E_VW_PARSER_TYPE
The type of input to parse. 
 
void set_parser_type(E_VW_PARSER_TYPE type=T_VW)
 
bool write_to_cache
Write data to a binary cache file. 
 
E_VW_PARSER_TYPE parser_type
Parser type. 
 
int32_t read_dense_features(CIOBuffer *buf, VwExample *&ae)
 
CVwEnvironment * get_env()
 
A Streaming File access class. 
 
CIOBuffer * buf
Buffer to hold stuff in memory. 
 
int32_t read_svmlight_features(CIOBuffer *buf, VwExample *&ae)
 
CVwEnvironment * env
Environment used for vw - used by parser. 
 
all of classes and functions are contained in the shogun namespace 
 
virtual ~CStreamingVwFile()
 
parse_func parse_example
The function which will be called for parsing. 
 
virtual void get_vector(VwExample *&ex, int32_t &len)