- refactored
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@815 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
//[Headers] -- You can add your own extra header files here --
|
||||
#include <armadillo>
|
||||
#include "JuceHeader.h"
|
||||
#include "Stack.hpp"
|
||||
#include "DeepStack.hpp"
|
||||
#include "RbmComponent.hpp"
|
||||
|
||||
//[/Headers]
|
||||
@@ -83,7 +83,7 @@ public:
|
||||
private:
|
||||
//[UserVariables] -- You can add your own custom variables in this section.
|
||||
static const size_t DBN_SIZE = 4;
|
||||
ScopedPointer<Stack> m_stack;
|
||||
ScopedPointer<DeepStack> m_stack;
|
||||
RbmComponent *m_pLayer;
|
||||
int m_weightIndex;
|
||||
int m_trainingIndex;
|
||||
|
||||
Reference in New Issue
Block a user