- fixed upPass(), downPass and added upDownPass()
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@651 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -63,11 +63,11 @@ public:
|
||||
void redrawWeights();
|
||||
void redrawWeights(size_t index);
|
||||
|
||||
void redrawReconstruction();
|
||||
void redrawReconstruction(arma::mat const &v);
|
||||
|
||||
void downPass(arma::mat const &v);
|
||||
void upPass(arma::mat const &v);
|
||||
|
||||
void downPass(arma::mat const &v);
|
||||
void upDownPass(arma::mat const &v);
|
||||
arma::mat getConvolutedWeight(arma::mat const &h);
|
||||
ScopedPointer<DrawComponent> DrawTraining;
|
||||
ScopedPointer<DrawComponent> DrawHidden;
|
||||
|
||||
Reference in New Issue
Block a user