PLearn 0.1
Classes | Namespaces | Functions
ProbabilityPairsInverseVariable.h File Reference
#include <plearn/var/UnaryVariable.h>
Include dependency graph for ProbabilityPairsInverseVariable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::ProbabilityPairsInverseVariable
 [x1,x2,x3,...,xn] -> [f(x1), f(x3), ..., f(xn)] with f(x) = (max-min)*x - min and with n even It is the inverse of ProbabilityPairsVariable More...
class  PLearn::DiffTemplate< ObjectType, ProbabilityPairsInverseVariable >
class  PLearn::TypeTraits< ProbabilityPairsInverseVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const ProbabilityPairsInverseVariable &o)
PStream & PLearn::operator>> (PStream &in, ProbabilityPairsInverseVariable &o)
PStream & PLearn::operator>> (PStream &in, ProbabilityPairsInverseVariable *&o)
PStream & PLearn::operator<< (PStream &out, const ProbabilityPairsInverseVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< ProbabilityPairsInverseVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ProbabilityPairsInverseVariable > *opt, PLearnDiff *diffs)

Detailed Description

Definition in file ProbabilityPairsInverseVariable.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines