This is the complete list of members for ml::LogisticRegression, including all inherited members.
| fit(Eigen::Ref< const Eigen::MatrixXd > X, Eigen::Ref< const Eigen::VectorXd > y) const =0 | ml::LogisticRegression | pure virtual |
| grad_log_likelihood(Eigen::Ref< const Eigen::MatrixXd > X, Eigen::Ref< const Eigen::VectorXd > y, Eigen::Ref< const Eigen::VectorXd > w, double lam, Eigen::Ref< Eigen::VectorXd > g) | ml::LogisticRegression | static |
| hessian_log_likelihood(Eigen::Ref< const Eigen::MatrixXd > X, Eigen::Ref< const Eigen::VectorXd > y, Eigen::Ref< const Eigen::VectorXd > w, double lam, Eigen::Ref< Eigen::MatrixXd > H) | ml::LogisticRegression | static |
| log_likelihood(Eigen::Ref< const Eigen::MatrixXd > X, Eigen::Ref< const Eigen::VectorXd > y, Eigen::Ref< const Eigen::VectorXd > w, double lam) | ml::LogisticRegression | static |
| probability(Eigen::Ref< const Eigen::VectorXd > x, double y, Eigen::Ref< const Eigen::VectorXd > w) | ml::LogisticRegression | static |
| ~LogisticRegression() | ml::LogisticRegression | virtual |