PLearn 0.1
Classes | Namespaces | Functions
BinarizeModule.h File Reference
#include <plearn_learners/online/OnlineLearningModule.h>
Include dependency graph for BinarizeModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::BinarizeModule
 Map probabilities in (0,1) to a bit in {0,1}, either according to a hard threshold (> 0.5), or by sampling, and ALLOW GRADIENTS TO PROPAGATE BACKWARDS. More...

Namespaces

namespace  PLearn
 

< for swap


Functions

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

Detailed Description

Definition in file BinarizeModule.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines