- removed noise c-sources

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@812 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-15 09:23:57 +00:00
parent 4b7c29effd
commit 78c05afbc2
5 changed files with 0 additions and 127 deletions
-2
View File
@@ -18,7 +18,6 @@
#include <armadillo>
#include <jsoncpp/json/json.h>
#include "noise.h"
class Rbm
{
@@ -161,7 +160,6 @@ protected:
arma::mat m_bv;
private:
noise_gen_t m_noise;
arma::mat m_whv;
};