diff options
Diffstat (limited to 'man/sparsestep.cd.Rd')
| -rw-r--r-- | man/sparsestep.cd.Rd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/sparsestep.cd.Rd b/man/sparsestep.cd.Rd new file mode 100644 index 0000000..94cf48a --- /dev/null +++ b/man/sparsestep.cd.Rd @@ -0,0 +1,13 @@ +% Generated by roxygen2 (4.1.1): do not edit by hand +% Please edit documentation in R/cd.sparsestep.R +\name{sparsestep.cd} +\alias{sparsestep.cd} +\title{Coordinate descent algorithm for SparseStep} +\usage{ +sparsestep.cd(x, y, lambdas = NULL, epsilon = 1e-05, intercept = TRUE, + ...) +} +\description{ +Coordinate descent algorithm for SparseStep +} + |
