13#include <MachineLearning/FgSparseGPBaseModel.h>
17 namespace MachineLearning
41 template<
typename Scalar>
49 friend class boost::serialization::access;
51 template<
class Archive>
52 void serialize(Archive& ar,
unsigned int version)
54 ar& boost::serialization::base_object<SparseGPBaseModel<Scalar>>(*this);
Sparse Gaussian Process Latent Variable Model (SGPLVM) with optimization through Power Expectation Pr...
Base class for all sparse GP models.