- introduce RbmComponent

git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@288 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2016-06-14 18:52:08 +00:00
parent 80135d0498
commit 93b6144864
5 changed files with 586 additions and 184 deletions
+5
View File
@@ -493,6 +493,11 @@ public:
m_numGibbs = value;
}
uint32_t getNumGibbs()
{
return m_numGibbs;
}
void setMuWeights(double value)
{
m_muWeights = value;