- fixed redrawWeights()
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@627 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -251,6 +251,7 @@ void RbmComponent::redrawWeights()
|
|||||||
void RbmComponent::redrawWeights(size_t index)
|
void RbmComponent::redrawWeights(size_t index)
|
||||||
{
|
{
|
||||||
m_currWeightIndexToDraw = index;
|
m_currWeightIndexToDraw = index;
|
||||||
|
redrawWeights();
|
||||||
}
|
}
|
||||||
|
|
||||||
void RbmComponent::setTrainingData(arma::mat const& batch)
|
void RbmComponent::setTrainingData(arma::mat const& batch)
|
||||||
|
|||||||
Reference in New Issue
Block a user