PLearn 0.1
|
#include <plearn_learners/online/OnlineLearningModule.h>
#include "RBMConnection.h"
#include "RBMMatrixConnection.h"
#include "RBMMixedConnection.h"
#include "RBMLayer.h"
#include "RBMBinomialLayer.h"
#include "RBMMultinomialLayer.h"
Go to the source code of this file.
Classes | |
class | PLearn::RBMMultitaskClassificationModule |
Computes a mean-field approximate of p(y|x), with y a binary vector. More... | |
class | PLearn::DiffTemplate< ObjectType, RBMMultitaskClassificationModule > |
class | PLearn::TypeTraits< RBMMultitaskClassificationModule > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const RBMMultitaskClassificationModule &o) |
PStream & | PLearn::operator>> (PStream &in, RBMMultitaskClassificationModule &o) |
PStream & | PLearn::operator>> (PStream &in, RBMMultitaskClassificationModule *&o) |
PStream & | PLearn::operator<< (PStream &out, const RBMMultitaskClassificationModule &o) |
PStream & | PLearn::operator>> (PStream &in, PP< RBMMultitaskClassificationModule > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RBMMultitaskClassificationModule > *opt, PLearnDiff *diffs) |
Definition in file RBMMultitaskClassificationModule.h.