#ifndef _B64FEATVECTOR_H_ #define _B64FEATVECTOR_H_ #include #include "sparse_vector.h" #include "weights.h" std::string EncodeFeatureVector(const SparseVector &); void DecodeFeatureVector(const std::string &, SparseVector *); #endif // _B64FEATVECTOR_H_