|
PLearn 0.1
|
#include "UnaryVariable.h"

Go to the source code of this file.
Classes | |
| class | PLearn::CutAboveThresholdVariable |
| class | PLearn::DiffTemplate< ObjectType, CutAboveThresholdVariable > |
| class | PLearn::TypeTraits< CutAboveThresholdVariable > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const CutAboveThresholdVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, CutAboveThresholdVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, CutAboveThresholdVariable *&o) |
| PStream & | PLearn::operator<< (PStream &out, const CutAboveThresholdVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< CutAboveThresholdVariable > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, CutAboveThresholdVariable > *opt, PLearnDiff *diffs) |
| Var | PLearn::cutAboveThreshold (Var v, real threshold) |
| Var | PLearn::negative (Var v) |
1.7.4