![]() |
slope 0.29.0
|
This is the complete list of members for slope::SolverBase, including all inherited members.
intercept | slope::SolverBase | protected |
jit_normalization | slope::SolverBase | protected |
run(Eigen::VectorXd &beta0, Eigen::VectorXd &beta, Eigen::MatrixXd &eta, const Eigen::ArrayXd &lambda, const std::unique_ptr< Loss > &loss, const SortedL1Norm &penalty, const Eigen::VectorXd &gradient, const std::vector< int > &working_set, const Eigen::MatrixXd &x, const Eigen::VectorXd &x_centers, const Eigen::VectorXd &x_scales, const Eigen::MatrixXd &y)=0 | slope::SolverBase | pure virtual |
run(Eigen::VectorXd &beta0, Eigen::VectorXd &beta, Eigen::MatrixXd &eta, const Eigen::ArrayXd &lambda, const std::unique_ptr< Loss > &loss, const SortedL1Norm &penalty, const Eigen::VectorXd &gradient, const std::vector< int > &working_set, const Eigen::SparseMatrix< double > &x, const Eigen::VectorXd &x_centers, const Eigen::VectorXd &x_scales, const Eigen::MatrixXd &y)=0 | slope::SolverBase | pure virtual |
SolverBase(JitNormalization jit_normalization, bool intercept) | slope::SolverBase | inline |
~SolverBase()=default | slope::SolverBase | virtual |