- fixed redrawWeights()

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@627 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-07 17:17:01 +00:00
parent 4eb5fc8b28
commit eb1ac547ea
+1
View File
@@ -251,6 +251,7 @@ void RbmComponent::redrawWeights()
void RbmComponent::redrawWeights(size_t index)
{
m_currWeightIndexToDraw = index;
redrawWeights();
}
void RbmComponent::setTrainingData(arma::mat const& batch)