- refactored
- constify
This commit is contained in:
+2
-2
@@ -141,8 +141,8 @@ public:
|
||||
arma::mat h_to_v(const arma::mat &hidden) const;
|
||||
static arma::mat prob(arma::mat const &src);
|
||||
|
||||
void gibbs_hv(arma::mat &h_probs, arma::mat &v_probs);
|
||||
void gibbs_vh(arma::mat &v_probs, arma::mat &h_probs);
|
||||
void gibbs_hv(arma::mat &h_probs, arma::mat &v_probs) const;
|
||||
void gibbs_vh(arma::mat &v_probs, arma::mat &h_probs) const;
|
||||
|
||||
static double rms_error_accu(arma::mat diffErr);
|
||||
static arma::mat rms_error(arma::mat diffErr);
|
||||
|
||||
Reference in New Issue
Block a user