- added addTraining pattern

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@626 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-07 17:14:25 +00:00
parent 6ccffc119d
commit 4eb5fc8b28
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -134,11 +134,11 @@ public:
arma::mat const& getTopWeights() override;
arma::mat getConvolutedWeight(arma::mat const &h) override;
arma::mat const& getWeights() override;
ScopedPointer<DrawComponent> DrawTraining;
private:
//[UserVariables] -- You can add your own custom variables in this section.
RbmComponentListener *m_listener;
ScopedPointer<DrawComponent> DrawTraining;
ScopedPointer<DrawComponent> DrawReconstruction;
ScopedPointer<DrawComponent> DrawWeights;
ScopedPointer<DrawComponent> DrawHidden;