From 67f05f68ce525200dc70b27f36fc985a7f2fc87a Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 8 Feb 2016 14:19:09 -0500 Subject: initial commit --- man/sparsestep.cd.Rd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 man/sparsestep.cd.Rd (limited to 'man/sparsestep.cd.Rd') 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 +} + -- cgit v1.2.3