- probsUpdateLogistic() use var for multiplication
- automatic pattern reconstruction on pattern slider. Test button is obsolete - revised sparse mode git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@27 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -575,7 +575,8 @@ void MainComponent::sliderValueChanged (Slider* sliderThatWasMoved)
|
||||
if (m_layers.getSize() > 0)
|
||||
{
|
||||
VisibleLayer &p = (VisibleLayer&)m_layers.getAt((int)sliderThatWasMoved->getValue());
|
||||
DrawReconstruction->setData(p.states());
|
||||
DrawTraining->setData(p.states());
|
||||
redrawReconstruction();
|
||||
}
|
||||
//[/UserSliderCode_patterSlider]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user