[RBM]
- 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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user