PLearn 0.1
|
#include <plearn/vmat/SourceVMatrix.h>
Go to the source code of this file.
Classes | |
class | PLearn::MultiTargetOneHotVMatrix |
class | PLearn::DiffTemplate< ObjectType, MultiTargetOneHotVMatrix > |
class | PLearn::TypeTraits< MultiTargetOneHotVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const MultiTargetOneHotVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, MultiTargetOneHotVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, MultiTargetOneHotVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const MultiTargetOneHotVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< MultiTargetOneHotVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, MultiTargetOneHotVMatrix > *opt, PLearnDiff *diffs) |
VMat | PLearn::multi_target_one_hot (VMat source_and_target, real cold_value, real hot_value) |
Definition in file MultiTargetOneHotVMatrix.h.