PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::OneHotVMatrix |
class | PLearn::DiffTemplate< ObjectType, OneHotVMatrix > |
class | PLearn::TypeTraits< OneHotVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
VMat | PLearn::onehot (VMat the_source, int nclasses, real cold_value=0.0, real hot_value=1.0, int index=-1, bool call_build_=false) |
Object * | PLearn::toObjectPtr (const OneHotVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, OneHotVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, OneHotVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const OneHotVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< OneHotVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, OneHotVMatrix > *opt, PLearnDiff *diffs) |
Definition in file OneHotVMatrix.h.