- refactored and cleaned up

git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@290 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2016-06-15 20:32:28 +00:00
parent 3d56e4a163
commit 2de8e9ac48
7 changed files with 277 additions and 277 deletions
+1 -4
View File
@@ -75,12 +75,9 @@ private:
//[UserVariables] -- You can add your own custom variables in this section.
ScopedPointer<Weights> m_weights;
ScopedPointer<RbmComponent> m_pRbmComponent;
uint32_t m_vNumX;
uint32_t m_vNumY;
uint32_t m_hNum;
void load();
void save();
void create(const char *pFilename=nullptr);
void create(juce::String const &projectName="");
void destroy();
const juce::String& getBaseDir();
void run();