Learn R Programming

⚠️There's a newer version (1.2-18) of this package.Take me there.

lazy (version 1.2-14)

Lazy Learning for Local Regression

Description

By combining constant, linear, and quadratic local models, lazy estimates the value of an unknown multivariate function on the basis of a set of possibly noisy samples of the function itself. This implementation of lazy learning automatically adjusts the bandwidth on a query-by-query basis through a leave-one-out cross-validation.

Copy Link

Version

Install

install.packages('lazy')

Monthly Downloads

128

Version

1.2-14

License

GPL (>= 2)

Maintainer

Mauro Birattari

Last Published

October 29th, 2012

Functions in lazy (1.2-14)

lazy.control

Set parameters for lazy learning
lazy

Lazy learning for local regression
predict.lazy

Predict method for lazy learning