PLearn 0.1
|
#include "UnaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::ThresholdBpropVariable |
class | PLearn::DiffTemplate< ObjectType, ThresholdBpropVariable > |
class | PLearn::TypeTraits< ThresholdBpropVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const ThresholdBpropVariable &o) |
PStream & | PLearn::operator>> (PStream &in, ThresholdBpropVariable &o) |
PStream & | PLearn::operator>> (PStream &in, ThresholdBpropVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const ThresholdBpropVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< ThresholdBpropVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ThresholdBpropVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::threshold_bprop (Var v, real gradient_threshold_factor=0.0) |
copy its argument but block gradient completely or partially |