Learn R Programming

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

KRLS (version 0.2)

Kernel-based Regularized Least Squares (KRLS)

Description

Package implements Kernel-based Regularized Least Squares (KRLS), a machine learning method that can be used to fit multidimensional functions for regression and classification problems without relying on linearity or additivity assumptions. This package is currently in alpha phase (feedback is appreciated).

Copy Link

Version

Install

install.packages('KRLS')

Monthly Downloads

366

Version

0.2

License

GPL (>= 3)

Maintainer

Jens Hainmueller

Last Published

December 27th, 2011

Functions in KRLS (0.2)

krls

Kernel-based Regularized Least Squares (KRLS)
looloss

Loss Function for Leave One Out Error
gausskernel

Gaussian Kernel Distance Computation
solveforc

Solve for Choice Coefficients in KRLS
predict.krls

Predict method for Kernel-based Regularized Least Squares (KRLS) Model Fits