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

Go to the source code of this file.

Classes

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

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const SigmoidVariable &o)
PStream & PLearn::operator>> (PStream &in, SigmoidVariable &o)
PStream & PLearn::operator>> (PStream &in, SigmoidVariable *&o)
PStream & PLearn::operator<< (PStream &out, const SigmoidVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< SigmoidVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SigmoidVariable > *opt, PLearnDiff *diffs)
Var PLearn::sigmoid (Var v)
Var PLearn::softmax (Var x1, Var x2, Var hardness)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines