PLearn 0.1
|
#include "UnaryVariable.h"
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) |