- added grayscale display

- reconstruction and hidden probs can be displayed

git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@15 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2014-09-26 05:30:16 +00:00
parent 470437eecb
commit b1a0c90ea0
10 changed files with 216 additions and 194 deletions
+4
View File
@@ -22,8 +22,10 @@
//[Headers] -- You can add your own extra header files here --
#include "JuceHeader.h"
#include "Rbm.hpp"
//[/Headers]
#include "DrawComponent.h"
//==============================================================================
@@ -54,6 +56,8 @@ public:
private:
//[UserVariables] -- You can add your own custom variables in this section.
ScopedPointer<Rbm> m_pRbm;
ScopedPointer<DrawComponent> Draw;
//[/UserVariables]
//==============================================================================