Last data update: 2014.03.03

lazy

Package: lazy
Version: 1.2-15
Date: $Date: 2013/09/20 15:32:14 $
Title: Lazy Learning for Local Regression
Author: Mauro Birattari <mbiro@ulb.ac.be> and Gianluca Bontempi
<gbonte@ulb.ac.be>
Maintainer: Liran Lerman <llerman@ulb.ac.be>
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.
License: GPL (>= 2)
URL: http://iridia.ulb.ac.be/~lazy
Repository: CRAN
Packaged: 2013-09-20 18:18:14 UTC; user
NeedsCompilation: yes
Date/Publication: 2013-09-22 17:33:04

● 0 images, 3 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lazy' ...
** package 'lazy' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c lazy.c -o lazy.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o lazy.so lazy.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/lazy/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lazy'
    finding HTML links ... done
    lazy                                    html  
    lazy.control                            html  
    predict.lazy                            html  
** building package indices
** testing if installed package can be loaded
* DONE (lazy)
Making 'packages.html' ... done