- moved Rbm:prob() to Matutils::prob()
- Matutils::Normalize uses prob()
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
|
||||
#include "RbmComponent.hpp"
|
||||
#include "matutils.hpp"
|
||||
|
||||
|
||||
|
||||
@@ -317,7 +318,7 @@ void RbmComponent::onDownPass(const arma::mat& h) const
|
||||
DrawHidden->getData() = h;
|
||||
DrawHidden->DrawData();
|
||||
|
||||
arma::mat r = prob(h_to_v(h));
|
||||
arma::mat r = Matutils::prob(h_to_v(h));
|
||||
reconstRedraw(r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user