PLearn 0.1
|
#include <plearn/var/UnaryVariable.h>
Go to the source code of this file.
Classes | |
class | PLearn::ProbabilityPairsVariable |
Let define f(x) = (x-min)/(max-min) for min<=x<=max, then this variable is defined by [x1,x2,...,xn] |-> [ f(x1), 1-f(x1), f(x2), 1-f(x2), ... More... | |
class | PLearn::DiffTemplate< ObjectType, ProbabilityPairsVariable > |
class | PLearn::TypeTraits< ProbabilityPairsVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const ProbabilityPairsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, ProbabilityPairsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, ProbabilityPairsVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const ProbabilityPairsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< ProbabilityPairsVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ProbabilityPairsVariable > *opt, PLearnDiff *diffs) |
Definition in file ProbabilityPairsVariable.h.