OpenANN
1.1.0
An open source library for artificial neural networks.
|
Common constraint for encoding translation and scale invariances into a SigmaPi layer. More...
#include <SigmaPiConstraints.h>
Public Member Functions | |
SlopeConstraint (size_t width, size_t height) | |
virtual | ~SlopeConstraint () |
virtual double | operator() (int p1, int p2) const |
function call operator for corresponding second-order nodes More... | |
Public Member Functions inherited from OpenANN::SigmaPi::Constraint | |
Constraint () | |
virtual | ~Constraint () |
virtual double | operator() (int p1, int p2, int p3) const |
function call operator for corresponding third-order nodes More... | |
virtual double | operator() (int p1, int p2, int p3, int p4) const |
function call operator for corresponding fourth-order nodes More... | |
virtual bool | isDefault () const |
Common constraint for encoding translation and scale invariances into a SigmaPi layer.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
function call operator for corresponding second-order nodes
Reimplemented from OpenANN::SigmaPi::Constraint.