Uses of Class
dev.nm.stat.regression.linear.lasso.ConstrainedLASSOProblem
-
Packages that use ConstrainedLASSOProblem Package Description dev.nm.stat.regression.linear.lasso -
-
Uses of ConstrainedLASSOProblem in dev.nm.stat.regression.linear.lasso
Constructors in dev.nm.stat.regression.linear.lasso with parameters of type ConstrainedLASSOProblem Constructor Description ConstrainedLASSObyLARS(ConstrainedLASSOProblem problem)
Solves a constrained LASSO problem by modified least angle regression (LARS) and linear interpolation.ConstrainedLASSObyLARS(ConstrainedLASSOProblem problem, boolean demeaned, boolean normalized, double epsilon, int maxIterations)
Solves a constrained LASSO problem by modified least angle regression (LARS) and linear interpolation.ConstrainedLASSObyQP(ConstrainedLASSOProblem problem)
Solves a constrained LASSO problem by transforming it into a single quadratic programming problem.ConstrainedLASSOProblem(ConstrainedLASSOProblem that)
Copy constructor.
-