PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::AffineTransformWeightPenalty |
Weight decay terms for affine transforms. More... | |
class | PLearn::DiffTemplate< ObjectType, AffineTransformWeightPenalty > |
class | PLearn::TypeTraits< AffineTransformWeightPenalty > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const AffineTransformWeightPenalty &o) |
PStream & | PLearn::operator>> (PStream &in, AffineTransformWeightPenalty &o) |
PStream & | PLearn::operator>> (PStream &in, AffineTransformWeightPenalty *&o) |
PStream & | PLearn::operator<< (PStream &out, const AffineTransformWeightPenalty &o) |
PStream & | PLearn::operator>> (PStream &in, PP< AffineTransformWeightPenalty > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, AffineTransformWeightPenalty > *opt, PLearnDiff *diffs) |
Var | PLearn::affine_transform_weight_penalty (Var transformation, real weight_decay, real bias_decay=0, string penalty_type="L2_square") |
weight decay and bias decay terms This has not been tested yet [Pascal: a tester]. |