10 #ifndef __STREAMING_VWCACHEFILE_H__ 
   11 #define __STREAMING_VWCACHEFILE_H__ 
   89         return "StreamingVwCacheFile";
 
  143 #endif //__STREAMING_VWCACHEFILE_H__ 
EVwCacheType cache_format
Cache type. 
CVwCacheReader * cache_reader
Cache reader. 
Base class from which all cache readers for VW should be derived. 
Class CVwEnvironment is the environment used by VW. 
A Streaming File access class. 
virtual void get_vector(VwExample *&ex, int32_t &len)
virtual ~CStreamingVwCacheFile()
CVwEnvironment * get_env()
Class StreamingVwCacheFile to read vector-by-vector from VW cache files. 
all of classes and functions are contained in the shogun namespace 
void set_env(CVwEnvironment *env_to_use)
virtual const char * get_name() const 
virtual void get_vector_and_label(VwExample *&ex, int32_t &len, float64_t &label)
CVwEnvironment * env
Environment used for vw.