|
X-Boost
2.3.8
|
#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 | |
Virtual Feature Generator A generic interface class capable of generate a Feature object
1.8.7