- refactored
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@818 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "JuceHeader.h"
|
||||
#include "DrawComponent.hpp"
|
||||
#include "Layer.hpp"
|
||||
#include "AStack.hpp"
|
||||
#include "DeepStack.hpp"
|
||||
|
||||
//[/Headers]
|
||||
|
||||
@@ -87,7 +87,7 @@ private:
|
||||
void onUpPass(const arma::mat& v) override;
|
||||
void onDownPass(const arma::mat& h) override;
|
||||
|
||||
AStack &m_stack;
|
||||
DeepStack &m_stack;
|
||||
size_t m_currWeightIndexToDraw;
|
||||
void onDraw(DrawComponent &obj) override;
|
||||
void buttonClicked(Button* buttonThatWasClicked) override;
|
||||
|
||||
Reference in New Issue
Block a user