X-Boost  2.3.8
Public Types | Public Member Functions | List of all members
FeatureGenerator< Feature > Class Template Referenceabstract

#include <FeatureGenerator.h>

Inherited by BaseIntegralChannelFeatureGenerator, BruteForceFeatureGenerator, JointSparseGranularFeatureGenerator, and RandomFeatureGenerator.

Public Types

typedef Feature FeatureType
 The feature type generate by this generator.
 

Public Member Functions

virtual bool CanBePrecomputed () const
 Test if the feature generator can be precomputed. In this case Count must be valid.
 
virtual unsigned int Count () const =0
 return the count of feature available
 
virtual bool Next (Feature &out)=0
 return the next feature, or return false
 
virtual void Reset ()=0
 reset any interal counters
 

Detailed Description

template<class Feature>
class FeatureGenerator< Feature >

Virtual Feature Generator A generic interface class capable of generate a Feature object


The documentation for this class was generated from the following file: