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

Go to the source code of this file.

Classes

class  PLearn::RBMConnection
 Virtual class for the parameters between two layers of an RBM. More...
class  PLearn::DiffTemplate< ObjectType, RBMConnection >
class  PLearn::TypeTraits< RBMConnection >

Namespaces

namespace  PLearn
 

< for swap


Functions

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

Detailed Description

Definition in file RBMConnection.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines