Go to the documentation of this file.
6 #ifndef BALL_QSAR_KPLSMODEL_H
7 #define BALL_QSAR_KPLSMODEL_H
9 #ifndef BALL_QSAR_KERNELMODEL_H
13 #ifndef BALL_QSAR_NONLINEARMODEL_H
17 #ifndef BALL_QSAR_LATENTVARIABLEMODEL_H
42 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
61 const Eigen::MatrixXd*
getU();
const Eigen::MatrixXd * getU()
KPLSModel(const QSARData &q, const LinearModel &lm, int column)
KPLSModel(const QSARData &q, Eigen::VectorXd &w)
void setParameters(vector< double > &v)
KPLSModel(const QSARData &q, String s1, String s2)
KPLSModel(const QSARData &q, int k_type, double p1, double p2=-1)
void setNoComponents(int d)
bool optimizeParameters(int k, int no_steps)
BALL_EXTERN_VARIABLE const double k
vector< double > getParameters() const