- use all-at-onec (v+c) method

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@759 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-08 15:24:07 +00:00
parent 3272899888
commit 9fff2082d6
5 changed files with 48 additions and 127 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ arma::mat RbmComponent::getConvolutedWeight(arma::mat const &w)
}
void RbmComponent::redrawWeights()
{
DrawWeights->getData() = getConvolutedWeight(w().col(m_currWeightIndexToDraw));
DrawWeights->getData() = getConvolutedWeight(whv().col(m_currWeightIndexToDraw));
DrawWeights->DrawData();
}