PLearn 0.1
Classes | Namespaces | Functions
TanhModule.h File Reference
#include <plearn/base/Object.h>
#include "OnlineLearningModule.h"
Include dependency graph for TanhModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::TanhModule
 This class propagates a (possibly scaled) 'tanh' function. More...
class  PLearn::DiffTemplate< ObjectType, TanhModule >
class  PLearn::TypeTraits< TanhModule >

Namespaces

namespace  PLearn
 

< for swap


Functions

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

Detailed Description

Definition in file TanhModule.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines