PLearn 0.1
Classes | Namespaces | Functions
RBMMatrixConnection.h File Reference
#include "RBMConnection.h"
Include dependency graph for RBMMatrixConnection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::RBMMatrixConnection
 Stores and learns the parameters between two linear layers of an RBM. More...
class  PLearn::DiffTemplate< ObjectType, RBMMatrixConnection >
class  PLearn::TypeTraits< RBMMatrixConnection >

Namespaces

namespace  PLearn
 

< for swap


Functions

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

Detailed Description

Definition in file RBMMatrixConnection.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines