- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user