- refactored

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@820 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-17 15:14:55 +00:00
parent dbed14cefa
commit 370fdd7bbb
4 changed files with 12 additions and 8 deletions
-1
View File
@@ -49,7 +49,6 @@ public:
bool weightsSave(std::string const &dir, std::string const &prj);
void calcContextBatch(arma::mat &batch);
arma::mat trainingData(arma::mat const &batch);
void train(arma::mat const &batch, IListener *pListener=nullptr);
arma::mat to_h_gibbs(const arma::mat& v_probs);