![]() |
slope 6.2.1
|
Factory function to create and configure a SLOPE solver. More...


Go to the source code of this file.
Namespaces | |
| namespace | slope |
| Namespace containing SLOPE regression implementation. | |
Functions | |
| std::unique_ptr< SolverBase > | slope::setupSolver (const std::string &solver_type, const std::string &loss, JitNormalization jit_normalization, bool intercept, bool update_clusters, int cd_iterations, const std::string &cd_type, std::optional< int > random_seed=std::nullopt) |
| Factory function to create and configure a SLOPE solver. | |
Factory function to create and configure a SLOPE solver.
Definition in file setup_solver.h.