Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forward declarations for GPs and modular interfaces
  • Loading branch information
lisitsyn committed Sep 3, 2012
1 parent aedcfae commit 1a78d61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shogun/regression/GaussianProcessRegression.h
Expand Up @@ -21,6 +21,11 @@

namespace shogun
{

class CInferenceMethod;
class CFeatures;
class CLabels;

/** @brief Class GaussianProcessRegression implements Gaussian Process
* Regression.vInstead of a distribution over weights, the GP specifies
* a distribution over functions.
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/regression/gp/ExactInferenceMethod.h
Expand Up @@ -17,6 +17,8 @@
namespace shogun
{

class CInferenceMethod;

/** @brief The Gaussian Exact Form Inference Method
*
* This inference method computes the Gaussian Method
Expand Down

0 comments on commit 1a78d61

Please sign in to comment.