PLearn 0.1
Classes | Namespaces | Functions
SoftSlopeVariable.h File Reference
#include "NaryVariable.h"
#include "SigmoidVariable.h"
#include "Var_operators.h"
Include dependency graph for SoftSlopeVariable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::SoftSlopeVariable
class  PLearn::DiffTemplate< ObjectType, SoftSlopeVariable >
class  PLearn::TypeTraits< SoftSlopeVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const SoftSlopeVariable &o)
PStream & PLearn::operator>> (PStream &in, SoftSlopeVariable &o)
PStream & PLearn::operator>> (PStream &in, SoftSlopeVariable *&o)
PStream & PLearn::operator<< (PStream &out, const SoftSlopeVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< SoftSlopeVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SoftSlopeVariable > *opt, PLearnDiff *diffs)
Var PLearn::soft_slope (Var x, Var smoothness, Var left, Var right)
Var PLearn::d_soft_slope (Var x, Var smoothness, Var left, Var right)
Var PLearn::soft_slope_limit (Var x, Var smoothness, Var left, Var right)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines