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

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].
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines