Go to the documentation of this file.
6 #ifndef BALL_QSAR_GPMODEL_H
7 #define BALL_QSAR_GPMODEL_H
9 #ifndef BALL_QSAR_KERNELMODEL_H
13 #ifndef BALL_QSAR_NONLINEARMODEL_H
38 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
46 Eigen::VectorXd
predict(
const vector<double>& substance,
bool transform=1);
63 Eigen::VectorXd input_;
65 Eigen::RowVectorXd K_t_;
vector< double > getParameters() const
GPModel(const QSARData &q, Eigen::VectorXd &w)
GPModel(const QSARData &q, int k_type, double p1, double p2=-1)
Eigen::VectorXd predict(const vector< double > &substance, bool transform=1)
GPModel(const QSARData &q, String s1, String s2)
GPModel(const QSARData &q, const LinearModel &lm, int column)
void setParameters(vector< double > &v)