#include "featurevector.h"
Functions | |
char * | strsplit (char *str, const char sep) |
string | serializeFeatureVector (const featurevector &samples) |
size_t | unserializeFeatureVector (const featurevector &features, featurevector &samples, char *data) |
© 2003-2004 by Rene Mayrhofer, Harald Radi
Harald Radi <harald.radi@nme.at>
|
These are just two helper functions for serializing and deserializing a whole feature vector just returns, for a given feature vector, the serialized, correctly escaped form with ';' as delimiter |
|
A very short helper for replacing the brain-damaged strtok (which can't handle empty tokens)
|
|
|