Skip to content

Commit

Permalink
Revert "change the private data member in LaplacianInferenceMethod"
Browse files Browse the repository at this point in the history
This reverts commit 1fa1517.
  • Loading branch information
yorkerlin committed Mar 18, 2014
1 parent 3ba2b63 commit d1c7b01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shogun/machine/gp/LaplacianInferenceMethod.h
Expand Up @@ -283,6 +283,8 @@ class CLaplacianInferenceMethod: public CInferenceMethod

private:
void init();

protected:
/** amount of tolerance for Newton's iterations */
float64_t m_tolerance;

Expand All @@ -295,7 +297,6 @@ class CLaplacianInferenceMethod: public CInferenceMethod
/** max iterations for Brent's minimization method */
float64_t m_opt_max;

protected:
/** mean vector of the approximation to the posterior */
SGVector<float64_t> m_mu;

Expand Down

0 comments on commit d1c7b01

Please sign in to comment.