icmr: Inductive Confidence Machine for Regression

Description Usage Arguments Value Author(s)

View source: R/icmr.R

Description

Reliable regression modeling using an Inductive Confidence Machine based on Ridge Regression

Usage

1
icmr(x, y, weights = NULL, kernel = F, control = icmr.control())

Arguments

x

a column-oriented matrix or a data.frame of numeric vector(s).

y

a numeric vector

weights

a vector of non-negative weights.

kernel

a logical stating if x is a kernel matrix.

control

a list of parameters created by icmr.control

Value

a icmr object

Author(s)

David Senhora Navega


dsnavega/icmr documentation built on Oct. 25, 2021, 4:14 p.m.