PLearn 0.1
|
#include <plearn/base/Object.h>
#include <plearn_learners/online/RBMLayer.h>
#include <plearn_learners/online/RBMMultinomialLayer.h>
#include <plearn_learners/online/RBMBinomialLayer.h>
#include <plearn_learners/online/RBMMixedLayer.h>
#include <plearn_learners/online/RBMMatrixConnection.h>
#include <plearn_learners/online/RBMMixedConnection.h>
Go to the source code of this file.
Classes | |
class | PLearn::InferenceRBM |
RBM to be used when doing joint supervised learning by CD. More... | |
class | PLearn::DiffTemplate< ObjectType, InferenceRBM > |
class | PLearn::TypeTraits< InferenceRBM > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const InferenceRBM &o) |
PStream & | PLearn::operator>> (PStream &in, InferenceRBM &o) |
PStream & | PLearn::operator>> (PStream &in, InferenceRBM *&o) |
PStream & | PLearn::operator<< (PStream &out, const InferenceRBM &o) |
PStream & | PLearn::operator>> (PStream &in, PP< InferenceRBM > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, InferenceRBM > *opt, PLearnDiff *diffs) |
Definition in file InferenceRBM.h.