- added button copy hidden state to context input

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@766 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-09 16:52:49 +00:00
parent 238a6d9258
commit 073e789fb6
2 changed files with 15 additions and 1 deletions
+2
View File
@@ -84,6 +84,8 @@ private:
ScopedPointer<DrawComponent> DrawContextReconst;
ScopedPointer<DrawComponent> DrawWeights;
ScopedPointer<ToggleButton> m_toggleEnable;
ScopedPointer<TextButton> m_buttonCopyH2C;
void gibbs(const arma::mat& v);
size_t m_currWeightIndexToDraw;
void onDraw(DrawComponent &obj) override;