- refactored

- constify
This commit is contained in:
2024-01-22 12:26:03 +01:00
parent d99cf5ee4c
commit 938368f1fa
14 changed files with 102 additions and 99 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ private:
static const size_t DBN_SIZE = 4;
ScopedPointer<DeepStack> m_stack;
RbmComponent *m_pLayer;
int m_weightIndex;
int m_trainingIndex;
size_t m_weightIndex;
size_t m_trainingIndex;
void save();
const juce::String& getBaseDir();
void run();