- added clear button for clearing the stack

- create: use numHidden from prev. layer for numVisible of layer to be created
- fixed enable/disable of layers

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@665 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-13 18:53:04 +00:00
parent 24f253e892
commit fecf93a012
3 changed files with 40 additions and 9 deletions
+1
View File
@@ -139,6 +139,7 @@ private:
ScopedPointer<Label> numVisibleLabel;
ScopedPointer<Label> numHiddenLabel;
ScopedPointer<TextButton> createButton;
ScopedPointer<TextButton> clearButton;
ScopedPointer<Label> projectNameLabel;
ScopedPointer<TextButton> loadButton;
ScopedPointer<TextButton> saveButton;