From eb1ac547ea435bf5bfec9876d78e7c164b352a58 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Thu, 7 Nov 2019 17:17:01 +0000 Subject: [PATCH] - fixed redrawWeights() git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@627 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- source/RbmComponent.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/RbmComponent.cpp b/source/RbmComponent.cpp index 9a76adb..302d95a 100644 --- a/source/RbmComponent.cpp +++ b/source/RbmComponent.cpp @@ -251,6 +251,7 @@ void RbmComponent::redrawWeights() void RbmComponent::redrawWeights(size_t index) { m_currWeightIndexToDraw = index; + redrawWeights(); } void RbmComponent::setTrainingData(arma::mat const& batch)