PLearn 0.1
|
#include <plearn/feat/FeatureSet.h>
Go to the source code of this file.
Classes | |
class | PLearn::HashMapFeatureSet |
Base class for feature sets that maintains an explicit mapping between index and string form features", This class facilitates the conception of FeatureSet objects. More... | |
class | PLearn::DiffTemplate< ObjectType, HashMapFeatureSet > |
class | PLearn::TypeTraits< HashMapFeatureSet > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const HashMapFeatureSet &o) |
PStream & | PLearn::operator>> (PStream &in, HashMapFeatureSet &o) |
PStream & | PLearn::operator>> (PStream &in, HashMapFeatureSet *&o) |
PStream & | PLearn::operator<< (PStream &out, const HashMapFeatureSet &o) |
PStream & | PLearn::operator>> (PStream &in, PP< HashMapFeatureSet > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, HashMapFeatureSet > *opt, PLearnDiff *diffs) |
Definition in file HashMapFeatureSet.h.