PLearn 0.1
|
#include <plearn/vmat/ClassSubsetVMatrix.h>
#include <plearn_learners/generic/PLearner.h>
#include <plearn_learners/online/OnlineLearningModule.h>
#include <plearn_learners/online/CostModule.h>
#include <plearn_learners/online/NLLCostModule.h>
#include <plearn_learners/online/RBMClassificationModule.h>
#include <plearn_learners/online/RBMLayer.h>
#include <plearn_learners/online/RBMMixedLayer.h>
#include <plearn_learners/online/RBMConnection.h>
#include <plearn/misc/PTimer.h>
Go to the source code of this file.
Classes | |
class | PLearn::DeepNonLocalManifoldParzen |
Neural net, trained layer-wise to predict the manifold structure of the data. More... | |
class | PLearn::DiffTemplate< ObjectType, DeepNonLocalManifoldParzen > |
class | PLearn::TypeTraits< DeepNonLocalManifoldParzen > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const DeepNonLocalManifoldParzen &o) |
PStream & | PLearn::operator>> (PStream &in, DeepNonLocalManifoldParzen &o) |
PStream & | PLearn::operator>> (PStream &in, DeepNonLocalManifoldParzen *&o) |
PStream & | PLearn::operator<< (PStream &out, const DeepNonLocalManifoldParzen &o) |
PStream & | PLearn::operator>> (PStream &in, PP< DeepNonLocalManifoldParzen > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, DeepNonLocalManifoldParzen > *opt, PLearnDiff *diffs) |
Definition in file DeepNonLocalManifoldParzen.h.