Initialize buttons rbmUseVisibleGaussianToggleButton and rbmUseHiddenGaussianToggleButton
This commit is contained in:
@@ -941,6 +941,9 @@ bool MainComponent::onProgress(Rbm *pRbm, const Rbm::Status &status)
|
|||||||
void MainComponent::updateControls()
|
void MainComponent::updateControls()
|
||||||
{
|
{
|
||||||
rbmDoRaoBlackwellToggleButton->setToggleState(m_pLayer->params().doRaoBlackwell, dontSendNotification);
|
rbmDoRaoBlackwellToggleButton->setToggleState(m_pLayer->params().doRaoBlackwell, dontSendNotification);
|
||||||
|
rbmUseVisibleGaussianToggleButton->setToggleState(m_pLayer->params().doGaussianVisible, dontSendNotification);
|
||||||
|
rbmUseHiddenGaussianToggleButton->setToggleState(m_pLayer->params().doGaussianHidden, dontSendNotification);
|
||||||
|
|
||||||
rbmDoSampleVisibleToggleButton->setToggleState(m_pLayer->params().gibbsDoSampleVisible, dontSendNotification);
|
rbmDoSampleVisibleToggleButton->setToggleState(m_pLayer->params().gibbsDoSampleVisible, dontSendNotification);
|
||||||
rbmDoSampleHidden->setToggleState(m_pLayer->params().gibbsDoSampleHidden, dontSendNotification);
|
rbmDoSampleHidden->setToggleState(m_pLayer->params().gibbsDoSampleHidden, dontSendNotification);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user